diff options
Diffstat (limited to 'scripts/kconfig/mconf.c')
| -rw-r--r-- | scripts/kconfig/mconf.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index d2f6e056c058..5c3d0c4b810f 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
| @@ -232,7 +232,7 @@ save_config_help[] = N_( | |||
| 232 | "leave this blank.\n"), | 232 | "leave this blank.\n"), |
| 233 | search_help[] = N_( | 233 | search_help[] = N_( |
| 234 | "\n" | 234 | "\n" |
| 235 | "Search for CONFIG_ symbols and display their relations.\n" | 235 | "Search for symbols and display their relations.\n" |
| 236 | "Regular expressions are allowed.\n" | 236 | "Regular expressions are allowed.\n" |
| 237 | "Example: search for \"^FOO\"\n" | 237 | "Example: search for \"^FOO\"\n" |
| 238 | "Result:\n" | 238 | "Result:\n" |
| @@ -249,7 +249,7 @@ search_help[] = N_( | |||
| 249 | "Selected by: BAR\n" | 249 | "Selected by: BAR\n" |
| 250 | "-----------------------------------------------------------------\n" | 250 | "-----------------------------------------------------------------\n" |
| 251 | "o The line 'Prompt:' shows the text used in the menu structure for\n" | 251 | "o The line 'Prompt:' shows the text used in the menu structure for\n" |
| 252 | " this CONFIG_ symbol\n" | 252 | " this symbol\n" |
| 253 | "o The 'Defined at' line tell at what file / line number the symbol\n" | 253 | "o The 'Defined at' line tell at what file / line number the symbol\n" |
| 254 | " is defined\n" | 254 | " is defined\n" |
| 255 | "o The 'Depends on:' line tell what symbols needs to be defined for\n" | 255 | "o The 'Depends on:' line tell what symbols needs to be defined for\n" |
| @@ -265,9 +265,9 @@ search_help[] = N_( | |||
| 265 | "Only relevant lines are shown.\n" | 265 | "Only relevant lines are shown.\n" |
| 266 | "\n\n" | 266 | "\n\n" |
| 267 | "Search examples:\n" | 267 | "Search examples:\n" |
| 268 | "Examples: USB => find all CONFIG_ symbols containing USB\n" | 268 | "Examples: USB => find all symbols containing USB\n" |
| 269 | " ^USB => find all CONFIG_ symbols starting with USB\n" | 269 | " ^USB => find all symbols starting with USB\n" |
| 270 | " USB$ => find all CONFIG_ symbols ending with USB\n" | 270 | " USB$ => find all symbols ending with USB\n" |
| 271 | "\n"); | 271 | "\n"); |
| 272 | 272 | ||
| 273 | static int indent; | 273 | static int indent; |
