Set correct description for ‘—log’ command argument

This commit is contained in:
Tobie Morgan Hitchcock 2022-07-19 23:27:06 +01:00
parent e1c6245151
commit 05cf6960c2

View file

@ -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"]),
), ),
); );