mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
fix typo reply all arg
This commit is contained in:
+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