Skip to content

Commit

Permalink
Clarify "--override" command-line help (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
witten committed Jan 19, 2024
1 parent 4d79f58 commit 34f3c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borgmatic/commands/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def make_parsers():
metavar='OPTION.SUBOPTION=VALUE',
dest='overrides',
action='append',
help='Configuration file option to override with specified value, can specify flag multiple times',
help='Configuration file option to override with specified value, see documentation for overriding list or key/value options, can specify flag multiple times',
)
global_group.add_argument(
'--no-environment-interpolation',
Expand Down

0 comments on commit 34f3c2b

Please sign in to comment.