doc: fix the example of index activate command

Executing the previous example command of index activate gave the error:
"fatal: gerrit: activate not found". This change adds the "index" to
this example command so that it can be executed correctly.

Bug: Issue 8775
Change-Id: I08fe58d6920810ff0950b1ad62440b930a456126
This commit is contained in:
Borui Tao 2018-04-16 20:16:46 -04:00
parent ab5ca3b1d3
commit 39ffbcbe08
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ This command is intended to be used in scripts.
Activate the latest change index:
----
$ ssh -p 29418 review.example.com gerrit activate changes
$ ssh -p 29418 review.example.com gerrit index activate changes
----
GERRIT