add wiki entry about read msg

This commit is contained in:
Clément DOUIN
2021-04-09 00:46:21 +02:00
parent 570c67a2bb
commit da15ffafd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ pub fn msg_subcmds<'a>() -> Vec<App<'a, 'a>> {
.help("MIME type to use")
.short("t")
.long("mime-type")
.value_name("STRING")
.value_name("MIME")
.possible_values(&["plain", "html"])
.default_value("plain"),
)