Update set-head ssh command documentation

Update documentation of 'set-head' ssh command to match current
implementation.

Change-Id: I8dfdcb1203f2430a53130f78c0134bf0f617e6f8
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
This commit is contained in:
Dariusz Luksza 2015-03-05 09:48:48 +01:00
parent 55b49a634b
commit 1e00bebf35

View File

@ -5,8 +5,7 @@ gerrit set-head - Change a project's HEAD.
== SYNOPSIS
--
'ssh' -p <port> <host> 'gerrit set-head'
--project <NAME> | -p <NAME>
'ssh' -p <port> <host> 'gerrit set-head' <NAME>
--new-head <REF>
--
@ -23,7 +22,7 @@ Caller must be an owner of the given project.
This command is intended to be used in scripts.
== OPTIONS
<PROJECT_NAME>::
<NAME>::
Required; name of the project to change the HEAD. If name ends
with `.git` the suffix will be automatically removed.