aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2012-04-07 17:10:04 +0100
committerGravatar David Bremner <bremner@debian.org>2012-04-07 23:05:18 -0300
commit785c1e497f05cb89365669fea33cfbf9078a4b12 (patch)
treeedeaeaff21cfe775acf8527f79163d7b6c32cadb /man
parentd6fbef4690968c8d0b8e9dc19a903e693cace316 (diff)
cli: move count to the new --exclude=(true|false|flag) naming scheme.
Move the option --no-exclude to the --exclude= scheme. Since there is no way to flag messages only true and false are implemented. Note that, for consistency with other commands, this is implemented as a keyword option rather than a boolean option.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-count.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1
index 35ecc532..d6cbf074 100644
--- a/man/man1/notmuch-count.1
+++ b/man/man1/notmuch-count.1
@@ -41,9 +41,10 @@ Output the number of matching threads.
.RS 4
.TP 4
-.BR \-\-no\-exclude
+.BR \-\-exclude=(true|false)
-Do not exclude the messages matching search.exclude_tags in the config file.
+Specify whether to omit messages matching search.tag_exclude from the
+count (the default) or not.
.RE
.RE
.RE