mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
fix typo reply all arg
This commit is contained in:
@@ -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:
|
||||
|
||||
+1
-1
@@ -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"),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user