Clarify that --json can be used with --info command-line flag.
This commit is contained in:
parent
7d40a448cb
commit
9b48eb5a61
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def parse_arguments(*arguments):
|
||||||
dest='json',
|
dest='json',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Output results from the --list option as json',
|
help='Output results from the --list or --info options as json',
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-n', '--dry-run',
|
'-n', '--dry-run',
|
||||||
|
|
Loading…
Reference in a new issue