mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-06 13:05:24 +08:00
CLI: Improve --show-config help
This commit is contained in:
parent
681292e141
commit
2ff609f2f1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue