documentation: Show example of review -m

Bug: issue 800
Change-Id: I39c30c0ac148bc6bc86b618b8e3936512ce47683
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2011-04-04 21:50:04 -04:00
parent d8bad4d02a
commit 9c0cfc22f6

View File

@ -83,6 +83,13 @@ Approve the change with commit c0ff33 as "Verified +1"
$ ssh -p 29418 review.example.com gerrit review --verified=+1 c0ff33 $ ssh -p 29418 review.example.com gerrit review --verified=+1 c0ff33
===== =====
Append the message "Build Successful". Notice two levels of quoting is
required, one for the local shell, and another for the argument parser
inside the Gerrit server:
=====
$ ssh -p 29418 review.example.com gerrit review -m '"Build Successful"'
=====
Mark the unmerged commits both "Verified +1" and "Code Review +2" and Mark the unmerged commits both "Verified +1" and "Code Review +2" and
submit them for merging: submit them for merging:
==== ====