Set correct description for ‘—log’ command argument
This commit is contained in:
parent
e1c6245151
commit
05cf6960c2
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ pub fn init() {
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.default_value("info")
|
.default_value("info")
|
||||||
.forbid_empty_values(true)
|
.forbid_empty_values(true)
|
||||||
.help("Database path used for storing data")
|
.help("The logging level for the database server")
|
||||||
.value_parser(["warn", "info", "debug", "trace", "full"]),
|
.value_parser(["warn", "info", "debug", "trace", "full"]),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue