cmd-review: Remove documentation of removed options

The --delete and --publish options were removed when the
draft workflow was discontinued.

Bug: Issue 10736
Change-Id: Ibf25a6a5524a9638144d9da2c84b1c5b06686245
This commit is contained in:
David Pursehouse
2019-04-19 13:58:21 +09:00
parent 195de9202f
commit 05bd48c6dd

View File

@@ -15,9 +15,7 @@ _ssh_ -p <port> <host> _gerrit review_
[--abandon | --restore] [--abandon | --restore]
[--rebase] [--rebase]
[--move <BRANCH>] [--move <BRANCH>]
[--publish]
[--json | -j] [--json | -j]
[--delete]
[--verified <N>] [--code-review <N>] [--verified <N>] [--code-review <N>]
[--label Label-Name=<N>] [--label Label-Name=<N>]
[--tag TAG] [--tag TAG]
@@ -66,7 +64,7 @@ branch.
Read review input json from stdin. See Read review input json from stdin. See
link:rest-api-changes.html#review-input[ReviewInput] entity for the link:rest-api-changes.html#review-input[ReviewInput] entity for the
format. format.
(option is mutually exclusive with --submit, --restore, --publish, --delete, (option is mutually exclusive with --submit, --restore,
--abandon, --message, --rebase and --move) --abandon, --message, --rebase and --move)
--notify:: --notify::
@@ -88,7 +86,7 @@ branch.
--abandon:: --abandon::
Abandon the specified change(s). Abandon the specified change(s).
(option is mutually exclusive with --submit, --restore, --publish, --delete, (option is mutually exclusive with --submit, --restore,
--rebase, --move and --json) --rebase, --move and --json)
--restore:: --restore::
@@ -97,7 +95,7 @@ branch.
--rebase:: --rebase::
Rebase the specified change(s). Rebase the specified change(s).
(option is mutually exclusive with --abandon, --submit, --delete and --json) (option is mutually exclusive with --abandon, --submit and --json)
--move:: --move::
Move the specified change(s). Move the specified change(s).
@@ -106,7 +104,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, --publish --delete, --rebase (option is mutually exclusive with --abandon, --rebase
and --json) and --json)
--code-review:: --code-review::