From: Bhaskar Chowdhury Date: Sat, 17 Dec 2022 05:51:48 +0000 (+0530) Subject: kconfig: Add static text for search information in help menu X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=da8daff9405e55baa1f797b77a7c629a89f4d764;p=linux.git kconfig: Add static text for search information in help menu Add few static text to explain how one can bring up the search dialog box by pressing the forward slash key anywhere on this interface. Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 9c549683c6275..e67e0db50b2e2 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -161,6 +161,12 @@ static const char mconf_readme[] = "(especially with a larger number of unrolled categories) than the\n" "default mode.\n" "\n" + +"Search\n" +"-------\n" +"Pressing the forward-slash (/) anywhere brings up a search dialog box.\n" +"\n" + "Different color themes available\n" "--------------------------------\n" "It is possible to select different color themes using the variable\n"