Update review command documentation for mutually exclusive options
Review command documentation was not accurate regarding the mutually
exclusive options.
Change-Id: Ic5e7fa36a844258a448f37d42f041d350a0d6441
diff --git a/Documentation/cmd-review.txt b/Documentation/cmd-review.txt
index 510edce..40393be 100644
--- a/Documentation/cmd-review.txt
+++ b/Documentation/cmd-review.txt
@@ -75,7 +75,8 @@
--abandon::
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 the specified abandoned change(s).
@@ -84,7 +85,7 @@
--submit::
-s::
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 the specified draft patch set(s).