fix typo reply all arg

This commit is contained in:
Clément DOUIN 2021-01-17 17:32:51 +01:00
parent c285b0d8a4
commit d928feefc8
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ USAGE:
FLAGS:
-h, --help Prints help information
-a, --all Including all recipients
-a, --all Includs all recipients
-V, --version Prints version information
OPTIONS:

View file

@ -184,7 +184,7 @@ fn run() -> Result<()> {
.arg(mailbox_arg())
.arg(
Arg::with_name("reply-all")
.help("Including all recipients")
.help("Includs all recipients")
.short("a")
.long("all"),
),