Clarify that --json can be used with --info command-line flag.

This commit is contained in:
Dan Helfman 2018-08-19 12:57:52 -07:00
parent 7d40a448cb
commit 9b48eb5a61
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def parse_arguments(*arguments):
dest='json',
default=False,
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(
'-n', '--dry-run',