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())
|
||||
.long("debug")
|
||||
.help("Enables debugging output")
|
||||
.help("Enables debugging output. Shortcut for '--verbose debug'")
|
||||
.required(false)
|
||||
.takes_value(false))
|
||||
|
||||
|
|
Loading…
Reference in a new issue