]> git.notmuchmail.org Git - notmuch/commitdiff
documentation: Add the "files" option to the synopsis of "search --output="
authorCarl Worth <cworth@cworth.org>
Thu, 28 Oct 2010 19:15:51 +0000 (12:15 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 28 Oct 2010 19:15:51 +0000 (12:15 -0700)
This was inadvertently left off when --output=files was recently added
as a new option.

notmuch.1
notmuch.c

index 53fa6ffcdbe89e6dfc7398f98d5f3a1792083517..2c33749767392ccae25be03be645bc01c4561035 100644 (file)
--- a/notmuch.1
+++ b/notmuch.1
@@ -153,7 +153,7 @@ Presents the results in either JSON or plain-text (default).
 
 .RS 4
 .TP 4
-.B \-\-output=(summary|threads|messages|tags)
+.B \-\-output=(summary|threads|messages|files|tags)
 
 .RS 4
 .TP 4
index 1faed3e47f8c5e896b3edc0daedb9211d5eff303..030e49429f6ed529c92a843b965179cc91fd19a8 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -165,7 +165,7 @@ command_t commands[] = {
       "\t\tPresents the results in either JSON or\n"
       "\t\tplain-text (default)\n"
       "\n"
-      "\t--output=(summary|threads|messages|tags)\n"
+      "\t--output=(summary|threads|messages|files|tags)\n"
       "\n"
       "\t\tsummary (default)\n"
       "\n"