Clean up syntax of cmd-gc.txt
Change-Id: Ice2fceb3938374d565110b16c900dd08e48b98fb
This commit is contained in:
parent
3a389660d3
commit
b7fd080b7a
@ -1,7 +1,7 @@
|
|||||||
= gerrit gc
|
= gerrit gc
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit gc - Run the Git garbage collection
|
gerrit gc - Run the Git garbage collection.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
@ -54,19 +54,19 @@ This command is intended to be used in scripts.
|
|||||||
Run the Git garbage collection for the projects 'myProject' and
|
Run the Git garbage collection for the projects 'myProject' and
|
||||||
'yourProject':
|
'yourProject':
|
||||||
----
|
----
|
||||||
$ ssh -p 29418 review.example.com gerrit gc myProject yourProject
|
$ ssh -p 29418 review.example.com gerrit gc myProject yourProject
|
||||||
collecting garbage for "myProject":
|
collecting garbage for "myProject":
|
||||||
...
|
...
|
||||||
done.
|
done.
|
||||||
|
|
||||||
collecting garbage for "yourProject":
|
collecting garbage for "yourProject":
|
||||||
...
|
...
|
||||||
done.
|
done.
|
||||||
----
|
----
|
||||||
|
|
||||||
Run the Git garbage collection for all projects:
|
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
|
GERRIT
|
||||||
|
Loading…
Reference in New Issue
Block a user