aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-09 16:56:34 -0700
committerCarl Worth <cworth@cworth.org>2010-04-09 17:44:01 -0700
commitd55d31d3428189aa6ab98ebc96a69064cb99eafd (patch)
tree9aeb072768f1c16ae3d2381fca6bb97304146f8e /notmuch.c
parent13a7b6700eeae0f0b254f248e5abb742b64cd921 (diff)
notmuch count: Remove unneeded paragraph from documentation.
This paragraph acts like it's introducing an example, but then no example is given. Just drop this.
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/notmuch.c b/notmuch.c
index cde3c33..dcfda32 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -219,10 +219,6 @@ command_t commands[] = {
"Count messages matching the search terms.",
"\tThe number of matching messages is output to stdout.\n"
"\n"
- "\tA common use of \"notmuch count\" is to display the count\n"
- "\tof messages matching both a specific tag and either inbox\n"
- "\tor unread\n"
- "\n"
"\tWith no search terms, a count of all messages in the database\n"
"\twill be displayed.\n"
"\n"