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',