From ddb825131b84734b4b1ba421570d3ebb2336df2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Ar=C3=A8s?= Date: Mon, 25 Aug 2014 14:30:32 -0400 Subject: [PATCH] Update review command documentation for mutually exclusive options Review command documentation was not accurate regarding the mutually exclusive options. Change-Id: Ic5e7fa36a844258a448f37d42f041d350a0d6441 --- Documentation/cmd-review.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/cmd-review.txt b/Documentation/cmd-review.txt index 510edce7fa..40393be6f7 100644 --- a/Documentation/cmd-review.txt +++ b/Documentation/cmd-review.txt @@ -75,7 +75,8 @@ branch. --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 @@ branch. --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).