Update review command documentation for mutually exclusive options

Review command documentation was not accurate regarding the mutually
exclusive options.

Change-Id: Ic5e7fa36a844258a448f37d42f041d350a0d6441
This commit is contained in:
Hugo Arès 2014-08-25 14:30:32 -04:00
parent 8d869ea793
commit ddb825131b

View File

@ -75,7 +75,8 @@ branch.
--abandon:: --abandon::
Abandon the specified change(s). Abandon the specified change(s).
(option is mutually exclusive with --submit and --restore) (option is mutually exclusive with --submit, --restore, --publish and
--delete)
--restore:: --restore::
Restore the specified abandoned change(s). Restore the specified abandoned change(s).
@ -84,7 +85,7 @@ branch.
--submit:: --submit::
-s:: -s::
Submit the specified patch set(s) for merging. Submit the specified patch set(s) for merging.
(option is mutually exclusive with --abandon) (option is mutually exclusive with --abandon, --publish and --delete)
--publish:: --publish::
Publish the specified draft patch set(s). Publish the specified draft patch set(s).