Added missing Characters indicating placeholder
Added missing angle brackets indicating that YOUR_GERRIT_USERNAME and THE_CHANGE_ID are only placeholders Change-Id: Icd4f80e51266d6c16e5bc4a5333fa78c4a8319e7 Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>
This commit is contained in:
parent
13afe2cdf3
commit
f1dc25967b
@ -109,8 +109,8 @@ the web UI by visiting the URL of the change and hitting the *Abandon
|
||||
change* button. Alternatively you can abandon a change from command
|
||||
line using `Gerrit ssh commands <https://review.openstack.org/Documentation/cmd-review.html>`_::
|
||||
|
||||
ssh -l YOUR_GERRIT_USERNAME>\
|
||||
ssh -l <YOUR_GERRIT_USERNAME>\
|
||||
-p 29418 \
|
||||
review.openstack.org 'gerrit review' \
|
||||
--project openstack-dev/sandbox.git \
|
||||
--abandon THE_CHANGE_ID,2
|
||||
--abandon <THE_CHANGE_ID>,2
|
||||
|
Loading…
Reference in New Issue
Block a user