diff --git a/src/cli.rs b/src/cli.rs index e25c91d6..b525653e 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -198,7 +198,7 @@ where .short("p") .long("postpone")) .arg(Arg::with_name("poll") - .help("Forces polling mode") + .help("Force polling mode") .long("force-poll") .value_name("interval")) .arg(Arg::with_name("no-shell")