diff options
Diffstat (limited to 'package/config/menu.c')
-rw-r--r-- | package/config/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/menu.c b/package/config/menu.c index 4fb590247..7f3b79705 100644 --- a/package/config/menu.c +++ b/package/config/menu.c @@ -566,7 +566,7 @@ void menu_get_ext_help(struct menu *menu, struct gstr *help) 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"); } |