Improve command help (#1740)

A little help for the future generations.
This commit is contained in:
Herman Junge 2020-10-07 00:31:19 +00:00
parent 59adc5ba00
commit a886afd3ca

View File

@ -35,7 +35,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.long("speed_up_factor")
.takes_value(true)
.default_value("3")
.help("Speed up factor"))
.help("Speed up factor. Please use a divisor of 12."))
.arg(Arg::with_name("continue_after_checks")
.short("c")
.long("continue_after_checks")