Skip to content

Commit

Permalink
add wiki entry about read msg
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 8, 2021
1 parent 570c67a commit da15ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/msg/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 4915c0 to 0fcda7

0 comments on commit da15ffa

Please sign in to comment.