mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Fix help message for "show"
Help message for "show" mistakenly refers to '--output' instead of '--format'.
This commit is contained in:
parent
8cbb5114a2
commit
419b88059d
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ command_t commands[] = {
|
|||
"\n"
|
||||
"\t\tFormat output as Javascript Object Notation (JSON).\n"
|
||||
"\t\tJSON output always includes all messages in a matching,\n"
|
||||
"\t\tthread i.e. '--output=json' implies '--entire-thread'\n"
|
||||
"\t\tthread i.e. '--format=json' implies '--entire-thread'\n"
|
||||
"\n"
|
||||
"\tA common use of \"notmuch show\" is to display a single\n"
|
||||
"\tthread of email messages. For this, use a search term of\n"
|
||||
|
|
Loading…
Reference in a new issue