mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 10:13:00 +02:00
Clarify that --json can be used with --info command-line flag.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user