Explorar o código

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

Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
9b48eb5a61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      borgmatic/commands/borgmatic.py

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