Fix documentation of the review command

The documentation was wrong and not in sync with the output of:

  $ ssh ... gerrit review --help

The --json is a boolean, it doesn't accept file name as its value.

Change-Id: Ie0cc1f498dbe31c215f260c80c8e53215f3b1627
This commit is contained in:
Saša Živkov 2017-06-12 12:47:12 +02:00
parent ab94a754ed
commit 031e4bacea

View File

@ -63,7 +63,7 @@ branch.
--json::
-j::
Read review input from JSON file. See
Read review input json from stdin. See
link:rest-api-changes.html#review-input[ReviewInput] entity for the
format.
(option is mutually exclusive with --submit, --restore, --publish, --delete,