From f1dc25967b2ac06a0481fbf5c5c54377bd301e29 Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Thu, 28 Apr 2016 17:56:23 +0200 Subject: [PATCH] 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 --- doc/source/sandbox.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/sandbox.rst b/doc/source/sandbox.rst index 60f2de2..6c505ae 100644 --- a/doc/source/sandbox.rst +++ b/doc/source/sandbox.rst @@ -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 `_:: - ssh -l YOUR_GERRIT_USERNAME>\ + ssh -l \ -p 29418 \ review.openstack.org 'gerrit review' \ --project openstack-dev/sandbox.git \ - --abandon THE_CHANGE_ID,2 + --abandon ,2