Be more specific for -l
CLI arguments (#9149)
* typo * typo * Update mod.rs
This commit is contained in:
parent
a24e78fa92
commit
c6e97d4dc5
@ -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]",
|
||||
|
Loading…
Reference in New Issue
Block a user