summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-05-04 11:19:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-05-04 11:19:47 +0200
commit23c3a4b86344f9a892d230bfeb46e14856a9213b (patch)
tree8f4754d621b6ebc38f600336a1d61992e9ba5de0 /lib/core/libimagrt
parent9c36fc8ac010e41af1cee51404265f034df4ca57 (diff)
Update help, clap does the rest here
Diffstat (limited to 'lib/core/libimagrt')
-rw-r--r--lib/core/libimagrt/src/runtime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/libimagrt/src/runtime.rs b/lib/core/libimagrt/src/runtime.rs
index 093bd3cc..3f3c640c 100644
--- a/lib/core/libimagrt/src/runtime.rs
+++ b/lib/core/libimagrt/src/runtime.rs
@@ -175,7 +175,7 @@ impl<'a> Runtime<'a> {
.arg(Arg::with_name(Runtime::arg_verbosity_name())
.short("v")
.long("verbose")
- .help("Enables verbosity, can be used to set log level to one of 'trace', 'debug', 'info', 'warn' or 'error'")
+ .help("Set log level")
.required(false)
.takes_value(true)
.possible_values(&["trace", "debug", "info", "warn", "error"])