]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
man: document notmuch count --output=files
authorJani Nikula <jani@nikula.org>
Sat, 17 Aug 2013 12:11:31 +0000 (15:11 +0300)
committerDavid Bremner <bremner@debian.org>
Sat, 24 Aug 2013 09:44:23 +0000 (11:44 +0200)
Document the notmuch count --output=files option.

man/man1/notmuch-count.1

index baed25fb6e1a086021fb71fc290f56c87df40746..173e884136f107a0d3bbc4a5c274dac51a15ed01 100644 (file)
@@ -23,7 +23,7 @@ Supported options for
 include
 .RS 4
 .TP 4
-.B \-\-output=(messages|threads)
+.B \-\-output=(messages|threads|files)
 
 .RS 4
 .TP 4
@@ -37,6 +37,14 @@ Output the number of matching messages. This is the default.
 
 Output the number of matching threads.
 .RE
+.RS 4
+.TP 4
+.B files
+
+Output the number of files associated with matching messages. This may
+be bigger than the number of matching messages due to duplicates
+(i.e. multiple files having the same message-id).
+.RE
 .RE
 
 .RS 4