Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503af334 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] clarify menuconfig /(search) help text



Add explicit text about
- where menuconfig '/' (search) searches for strings,
- that substrings are allowed, and
- that regular expressions are supported.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e15ae2dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -219,6 +219,7 @@ save_config_help[] = N_(
search_help[] = N_(
search_help[] = N_(
	"\n"
	"\n"
	"Search for CONFIG_ symbols and display their relations.\n"
	"Search for CONFIG_ symbols and display their relations.\n"
	"Regular expressions are allowed.\n"
	"Example: search for \"^FOO\"\n"
	"Example: search for \"^FOO\"\n"
	"Result:\n"
	"Result:\n"
	"-----------------------------------------------------------------\n"
	"-----------------------------------------------------------------\n"
@@ -531,7 +532,7 @@ static void search_conf(void)
	cprint("--title");
	cprint("--title");
	cprint(_("Search Configuration Parameter"));
	cprint(_("Search Configuration Parameter"));
	cprint("--inputbox");
	cprint("--inputbox");
	cprint(_("Enter Keyword"));
	cprint(_("Enter CONFIG_ (sub)string to search for (omit CONFIG_)"));
	cprint("10");
	cprint("10");
	cprint("75");
	cprint("75");
	cprint("");
	cprint("");