From cb82bd43c04cd828d56b3629d0cd858ec6096c13 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Fri, 10 Sep 2010 01:32:50 -0700 Subject: [PATCH] --- yaml --- r: 220653 b: refs/heads/master c: aee08ed499d65f78373b716fcacefcde1ceb7ade h: refs/heads/master i: 220651: 1cf996175f84f5a5935f251f7a68b5b365803746 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/nconf.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b8c8172a5d35..68b8dcef17d5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71d8066265896a6498a4de1bed80dea8dc5daead +refs/heads/master: aee08ed499d65f78373b716fcacefcde1ceb7ade diff --git a/trunk/scripts/kconfig/nconf.c b/trunk/scripts/kconfig/nconf.c index 18a215de9f36..d4d1fa696c93 100644 --- a/trunk/scripts/kconfig/nconf.c +++ b/trunk/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);