aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/kconfig/nconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index 18a215de9f36..d4d1fa696c93 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -1265,6 +1265,8 @@ static void show_help(struct menu *menu)
1265 str_append(&help, _(menu_get_help(menu))); 1265 str_append(&help, _(menu_get_help(menu)));
1266 str_append(&help, "\n"); 1266 str_append(&help, "\n");
1267 get_symbol_str(&help, menu->sym); 1267 get_symbol_str(&help, menu->sym);
1268 } else {
1269 str_append(&help, _(menu_get_help(menu)));
1268 } 1270 }
1269 } else { 1271 } else {
1270 str_append(&help, nohelp_text); 1272 str_append(&help, nohelp_text);