From ce6390cee7b2edc25ca17f9c1224017b56f24696 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Thu, 28 Oct 2010 12:15:51 -0700
Subject: [PATCH] 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.
---
 notmuch.1 | 2 +-
 notmuch.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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"
-- 
2.45.2