From a886afd3cad2cf4ed14752ccb697906916f6d2e6 Mon Sep 17 00:00:00 2001 From: Herman Junge Date: Wed, 7 Oct 2020 00:31:19 +0000 Subject: [PATCH] Improve command help (#1740) A little help for the future generations. --- testing/simulator/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/simulator/src/cli.rs b/testing/simulator/src/cli.rs index 1ce8b2a5d..81ee5abb5 100644 --- a/testing/simulator/src/cli.rs +++ b/testing/simulator/src/cli.rs @@ -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")