Update help
This commit is contained in:
parent
23c3a4b863
commit
9bf3f6da1b
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ impl<'a> Runtime<'a> {
|
||||||
|
|
||||||
.arg(Arg::with_name(Runtime::arg_debugging_name())
|
.arg(Arg::with_name(Runtime::arg_debugging_name())
|
||||||
.long("debug")
|
.long("debug")
|
||||||
.help("Enables debugging output")
|
.help("Enables debugging output. Shortcut for '--verbose debug'")
|
||||||
.required(false)
|
.required(false)
|
||||||
.takes_value(false))
|
.takes_value(false))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue