Fix verb tense on help message for `--force-poll`

This commit is contained in:
Félix Saparelli 2019-11-11 09:51:06 +13:00 committed by GitHub
parent 211bb681f5
commit 798fd3c0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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