mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
menuconfig: don't prepend CONFIG_ to symbols in help text
This commit is contained in:
parent
80ad247617
commit
0dc552c134
@ -743,7 +743,7 @@ static void show_help(struct menu *menu)
|
|||||||
if (menu_has_help(menu))
|
if (menu_has_help(menu))
|
||||||
{
|
{
|
||||||
if (sym->name) {
|
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, _(menu_get_help(menu)));
|
||||||
str_append(&help, "\n");
|
str_append(&help, "\n");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user