]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
Fix typo in notmuch.h documentation regarding database open modes
[notmuch] / notmuch.c
index 7e595e247e9f41960df94e01f027110b24859a91..dcfda32123fbb7c457d9b55cfc107eea4e838153 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -219,16 +219,11 @@ 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"
-      "\tIf no parameters are given, or the special search terms '' or\n"
-      "\t'*' are given, it will display the total number of messages in\n"
-      "\tthe database.\n"
+      "\tWith no search terms, a count of all messages in the database\n"
+      "\twill be displayed.\n"
       "\n"
       "\tSee \"notmuch help search-terms\" for details of the search\n"
-      "\t\tterms syntax." },
+      "\tterms syntax." },
     { "reply", notmuch_reply_command,
       "[options...] <search-terms> [...]",
       "Construct a reply template for a set of messages.",