Clarify "--override" command-line help (#814)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2024-01-19 11:55:00 -08:00
parent 4d79f582df
commit 34f3c2bb16
1 changed files with 1 additions and 1 deletions

View File

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