Be more specific for `-l` CLI arguments (#9149)

* typo

* typo

* Update mod.rs
This commit is contained in:
Thibaut S 2018-07-17 18:36:12 +02:00 committed by André Silva
parent a24e78fa92
commit c6e97d4dc5
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ usage! {
ARG arg_logging: (Option<String>) = None, or |c: &Config| c.misc.as_ref()?.logging.clone(),
"-l, --logging=[LOGGING]",
"Specify the logging level. Must conform to the same format as RUST_LOG.",
"Specify the general logging level (error, warn, info, debug or trace). It can also be set for a specific module, example: '-l sync=debug, rpc=trace'",
ARG arg_log_file: (Option<String>) = None, or |c: &Config| c.misc.as_ref()?.log_file.clone(),
"--log-file=[FILENAME]",