projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ad247
)
menuconfig: don't prepend CONFIG_ to symbols in help text
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 13 Dec 2008 11:52:54 +0000
(11:52 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 13 Dec 2008 11:52:54 +0000
(11:52 -0000)
package/config/mconf.c
patch
|
blob
|
history
diff --git
a/package/config/mconf.c
b/package/config/mconf.c
index bf5458acd4256becad5a431dfb5e1166cfede5c6..7587891b62ba13d565c16022eaac9325c57b0fce 100644
(file)
--- a/
package/config/mconf.c
+++ b/
package/config/mconf.c
@@
-743,7
+743,7
@@
static void show_help(struct menu *menu)
if (menu_has_help(menu))
{
if (sym->name) {
- str_printf(&help, "
CONFIG_
%s:\n\n", sym->name);
+ str_printf(&help, "%s:\n\n", sym->name);
str_append(&help, _(menu_get_help(menu)));
str_append(&help, "\n");
}