Add more clarity on filter prompt keys

This commit is contained in:
Arun Prakash Jana 2020-01-11 22:58:22 +05:30
parent fd99ef5af2
commit 7f579bc808
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -2012,7 +2012,7 @@ static void showfilterinfo(void)
{
char info[REGEX_MAX];
snprintf(info, REGEX_MAX - 1, " %s [/\\], %s [:]",
snprintf(info, REGEX_MAX - 1, " %s [keys /\\], %s [key :]",
(cfg.regex ? "regex" : "str"),
((fnstrstr == &strcasestr) ? "ic" : "noic"));
printinfoln(info);