diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-10-30 18:02:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 20:37:19 -0500 |
commit | 503af334ecf23b9d65d2ff0cc759f3a0bf338290 (patch) | |
tree | d2b646d9909993b70e77a335f08acb47db9a6c94 /scripts/kconfig/mconf.c | |
parent | e15ae2dd3e436552293e122a5163019e7a0fa450 (diff) |
[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: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r-- | scripts/kconfig/mconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 457bec29511d..d1ad40531ee5 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -219,6 +219,7 @@ save_config_help[] = N_( | |||
219 | search_help[] = N_( | 219 | search_help[] = N_( |
220 | "\n" | 220 | "\n" |
221 | "Search for CONFIG_ symbols and display their relations.\n" | 221 | "Search for CONFIG_ symbols and display their relations.\n" |
222 | "Regular expressions are allowed.\n" | ||
222 | "Example: search for \"^FOO\"\n" | 223 | "Example: search for \"^FOO\"\n" |
223 | "Result:\n" | 224 | "Result:\n" |
224 | "-----------------------------------------------------------------\n" | 225 | "-----------------------------------------------------------------\n" |
@@ -531,7 +532,7 @@ again: | |||
531 | cprint("--title"); | 532 | cprint("--title"); |
532 | cprint(_("Search Configuration Parameter")); | 533 | cprint(_("Search Configuration Parameter")); |
533 | cprint("--inputbox"); | 534 | cprint("--inputbox"); |
534 | cprint(_("Enter Keyword")); | 535 | cprint(_("Enter CONFIG_ (sub)string to search for (omit CONFIG_)")); |
535 | cprint("10"); | 536 | cprint("10"); |
536 | cprint("75"); | 537 | cprint("75"); |
537 | cprint(""); | 538 | cprint(""); |