]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Search.pm
search: fix help message for searching within quotes
[public-inbox.git] / lib / PublicInbox / Search.pm
index 8c72fa17a5e7d08285924694a63373af8f176274..bc2b69854a8765add7c4956f0f7a3c23d9edf0a0 100644 (file)
@@ -91,7 +91,7 @@ are also supported
 EOF
        'b:' => 'match within message body, including text attachments',
        'nq:' => 'match non-quoted text within message body',
-       'quot:' => 'match quoted text within message body',
+       'q:' => 'match quoted text within message body',
        'n:' => 'match filename of attachment(s)',
        't:' => 'match within the To header',
        'c:' => 'match within the Cc header',