X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;fp=notmuch.c;h=95f057eae21b2289df61cc373b354fe0885a07a6;hb=e3046c688be7a28e7dcfbce5fa54074917fd9904;hp=dca8d3829f6afe8f9057dbba41d366c942b808ce;hpb=bbda0a015629d0a760d98b8d23888f50c9297a12;p=obsolete%2Fnotmuch-old diff --git a/notmuch.c b/notmuch.c index dca8d382..95f057ea 100644 --- a/notmuch.c +++ b/notmuch.c @@ -52,7 +52,7 @@ static const char search_terms_help[] = "\t\t\tto:\n" "\t\t\tsubject:\n" "\t\t\tattachment:\n" - "\t\t\ttag:\n" + "\t\t\ttag: (or is:)\n" "\t\t\tid:\n" "\t\t\tthread:\n" "\n" @@ -66,7 +66,7 @@ static const char search_terms_help[] = "\t\tthe subject of an email. Quoted phrases are supported when\n" "\t\tsearching with: subject:\"this is a phrase\".\n" "\n" - "\t\tFor tag:, valid tag values include \"inbox\" and \"unread\"\n" + "\t\tFor tag: and is:, valid tag values include \"inbox\" and \"unread\"\n" "\t\tby default for new messages added by \"notmuch new\" as well\n" "\t\tas any other tag values added manually with \"notmuch tag\".\n" "\n"