]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
notmuch count: Remove special handling of "*".
[notmuch] / notmuch.c
index 7e595e247e9f41960df94e01f027110b24859a91..cde3c33b0383df1d675e19f505ba8772bc7e4c4d 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -223,12 +223,11 @@ command_t commands[] = {
       "\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.",