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:
Robin Naundorf 2016-04-28 17:56:23 +02:00
parent 13afe2cdf3
commit f1dc25967b
No known key found for this signature in database
GPG Key ID: 9BEE35DB1407478E

View File

@ -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