Update help

This commit is contained in:
Matthias Beyer 2018-05-04 11:20:09 +02:00
parent 23c3a4b863
commit 9bf3f6da1b
1 changed files with 1 additions and 1 deletions

View File

@ -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))