parity: fix logging cli parameter example (#9154)

This commit is contained in:
André Silva 2018-07-18 08:09:31 +01:00 committed by Thibaut S
parent c6e97d4dc5
commit 070695b348
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 general logging level (error, warn, info, debug or trace). It can also be set for a specific module, example: '-l sync=debug, rpc=trace'",
"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]",