mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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"
|
"\n"
|
||||||
"\t\tFormat output as Javascript Object Notation (JSON).\n"
|
"\t\tFormat output as Javascript Object Notation (JSON).\n"
|
||||||
"\t\tJSON output always includes all messages in a matching,\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"
|
"\n"
|
||||||
"\tA common use of \"notmuch show\" is to display a single\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"
|
"\tthread of email messages. For this, use a search term of\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue