From 34f3c2bb16f98cc750c9b57cdfdcce4ab1b5f9d4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 19 Jan 2024 11:55:00 -0800 Subject: [PATCH] Clarify "--override" command-line help (#814) --- borgmatic/commands/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index 00416b84..df0039bd 100644 --- a/borgmatic/commands/arguments.py +++ b/borgmatic/commands/arguments.py @@ -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',