Clean up syntax of cmd-gc.txt

Change-Id: Ice2fceb3938374d565110b16c900dd08e48b98fb
This commit is contained in:
David Shevitz 2018-09-24 10:26:33 -07:00 committed by David Pursehouse
parent 3a389660d3
commit b7fd080b7a
1 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
= gerrit gc
== NAME
gerrit gc - Run the Git garbage collection
gerrit gc - Run the Git garbage collection.
== SYNOPSIS
[verse]
@ -54,19 +54,19 @@ This command is intended to be used in scripts.
Run the Git garbage collection for the projects 'myProject' and
'yourProject':
----
$ ssh -p 29418 review.example.com gerrit gc myProject yourProject
collecting garbage for "myProject":
...
done.
$ ssh -p 29418 review.example.com gerrit gc myProject yourProject
collecting garbage for "myProject":
...
done.
collecting garbage for "yourProject":
...
done.
collecting garbage for "yourProject":
...
done.
----
Run the Git garbage collection for all projects:
----
$ ssh -p 29418 review.example.com gerrit gc --all
$ ssh -p 29418 review.example.com gerrit gc --all
----
GERRIT