kconfig: rephrase help text not to mention the internal prefix

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Arnaud Lacombe 2010-08-21 00:43:46 -04:00
parent 8baefd30b5
commit 59dfa24da7
2 changed files with 11 additions and 11 deletions

View File

@ -232,7 +232,7 @@ save_config_help[] = N_(
"leave this blank.\n"), "leave this blank.\n"),
search_help[] = N_( search_help[] = N_(
"\n" "\n"
"Search for CONFIG_ symbols and display their relations.\n" "Search for symbols and display their relations.\n"
"Regular expressions are allowed.\n" "Regular expressions are allowed.\n"
"Example: search for \"^FOO\"\n" "Example: search for \"^FOO\"\n"
"Result:\n" "Result:\n"
@ -249,7 +249,7 @@ search_help[] = N_(
"Selected by: BAR\n" "Selected by: BAR\n"
"-----------------------------------------------------------------\n" "-----------------------------------------------------------------\n"
"o The line 'Prompt:' shows the text used in the menu structure for\n" "o The line 'Prompt:' shows the text used in the menu structure for\n"
" this CONFIG_ symbol\n" " this symbol\n"
"o The 'Defined at' line tell at what file / line number the symbol\n" "o The 'Defined at' line tell at what file / line number the symbol\n"
" is defined\n" " is defined\n"
"o The 'Depends on:' line tell what symbols needs to be defined for\n" "o The 'Depends on:' line tell what symbols needs to be defined for\n"
@ -265,9 +265,9 @@ search_help[] = N_(
"Only relevant lines are shown.\n" "Only relevant lines are shown.\n"
"\n\n" "\n\n"
"Search examples:\n" "Search examples:\n"
"Examples: USB => find all CONFIG_ symbols containing USB\n" "Examples: USB => find all symbols containing USB\n"
" ^USB => find all CONFIG_ symbols starting with USB\n" " ^USB => find all symbols starting with USB\n"
" USB$ => find all CONFIG_ symbols ending with USB\n" " USB$ => find all symbols ending with USB\n"
"\n"); "\n");
static int indent; static int indent;

View File

@ -217,8 +217,8 @@ save_config_help[] = N_(
"leave this blank.\n"), "leave this blank.\n"),
search_help[] = N_( search_help[] = N_(
"\n" "\n"
"Search for CONFIG_ symbols and display their relations.\n" "Search for symbols and display their relations. Regular expressions\n"
"Regular expressions are allowed.\n" "are allowed.\n"
"Example: search for \"^FOO\"\n" "Example: search for \"^FOO\"\n"
"Result:\n" "Result:\n"
"-----------------------------------------------------------------\n" "-----------------------------------------------------------------\n"
@ -234,7 +234,7 @@ search_help[] = N_(
"Selected by: BAR\n" "Selected by: BAR\n"
"-----------------------------------------------------------------\n" "-----------------------------------------------------------------\n"
"o The line 'Prompt:' shows the text used in the menu structure for\n" "o The line 'Prompt:' shows the text used in the menu structure for\n"
" this CONFIG_ symbol\n" " this symbol\n"
"o The 'Defined at' line tell at what file / line number the symbol\n" "o The 'Defined at' line tell at what file / line number the symbol\n"
" is defined\n" " is defined\n"
"o The 'Depends on:' line tell what symbols needs to be defined for\n" "o The 'Depends on:' line tell what symbols needs to be defined for\n"
@ -250,9 +250,9 @@ search_help[] = N_(
"Only relevant lines are shown.\n" "Only relevant lines are shown.\n"
"\n\n" "\n\n"
"Search examples:\n" "Search examples:\n"
"Examples: USB = > find all CONFIG_ symbols containing USB\n" "Examples: USB = > find all symbols containing USB\n"
" ^USB => find all CONFIG_ symbols starting with USB\n" " ^USB => find all symbols starting with USB\n"
" USB$ => find all CONFIG_ symbols ending with USB\n" " USB$ => find all symbols ending with USB\n"
"\n"); "\n");
struct mitem { struct mitem {