From: Carl Worth Date: Thu, 28 Oct 2010 19:15:51 +0000 (-0700) Subject: documentation: Add the "files" option to the synopsis of "search --output=" X-Git-Tag: 0.4~31 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ce6390cee7b2edc25ca17f9c1224017b56f24696 documentation: Add the "files" option to the synopsis of "search --output=" This was inadvertently left off when --output=files was recently added as a new option. --- diff --git a/notmuch.1 b/notmuch.1 index 53fa6ffc..2c337497 100644 --- 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 diff --git a/notmuch.c b/notmuch.c index 1faed3e4..030e4942 100644 --- 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"