diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 18a215de9f363520965e093dd95713c7d5ddfc13..d4d1fa696c934b2a6e5c2e5cda3eebaad268b3e8 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -1265,6 +1265,8 @@ static void show_help(struct menu *menu) str_append(&help, _(menu_get_help(menu))); str_append(&help, "\n"); get_symbol_str(&help, menu->sym); + } else { + str_append(&help, _(menu_get_help(menu))); } } else { str_append(&help, nohelp_text);