aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
diff options
context:
space:
mode:
authorGravatar Jameson Rollins <jrollins@finestructure.net>2010-04-21 11:49:21 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-21 17:45:39 -0700
commit419b88059dcaedbe104327be27b85c56e6be03c0 (patch)
tree93fd565e09729d3459b040e9c81483eac54dae18 /notmuch.c
parent8cbb5114a20c1217f23977fd5edca99a0b7a2955 (diff)
Fix help message for "show"
Help message for "show" mistakenly refers to '--output' instead of '--format'.
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.c b/notmuch.c
index 0eea5e11..13e2612d 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -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"