From 9b48eb5a615dbc464a15112a40484ea66ed567eb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 19 Aug 2018 12:57:52 -0700 Subject: [PATCH] Clarify that --json can be used with --info command-line flag. --- borgmatic/commands/borgmatic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index d3e2d0461..e496e3d98 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -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',