CLI: Improve --show-config help

This commit is contained in:
deajan 2025-01-07 17:36:10 +01:00
parent 681292e141
commit 2ff609f2f1

View file

@ -290,7 +290,7 @@ This is free software, and you are welcome to redistribute it under certain cond
"--show-config",
action="store_true",
required=False,
help="Show full inherited configuration for current repo",
help="Show full inherited configuration for current repo. Optionally you can set NPBACKUP_MANAGER_PASSWORD env variable for more details.",
)
parser.add_argument(
"--external-backend-binary",