mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-16 14:23:35 +00:00
fix typo reply all arg
This commit is contained in:
parent
c285b0d8a4
commit
d928feefc8
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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"),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue