mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 00:47:41 +02:00
Fix help text for krill --config (#237)
This commit is contained in:
@@ -335,13 +335,7 @@ impl Config {
|
||||
.short("c")
|
||||
.long("config")
|
||||
.value_name("FILE")
|
||||
.help(
|
||||
"Specify non-default config file. If no file is \
|
||||
specified './daemon/defaults/krill.conf' will be used to \
|
||||
determine default values for all settings. Note that you \
|
||||
can use any of the following options to override any of \
|
||||
these values..",
|
||||
)
|
||||
.help("Override the path to the config file (default: './defaults/krill.conf')")
|
||||
.required(false),
|
||||
)
|
||||
.get_matches();
|
||||
|
||||
Reference in New Issue
Block a user