diff options
Diffstat (limited to 'scripts/kconfig/nconf.c')
| -rw-r--r-- | scripts/kconfig/nconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 545e1af7cb68..a2969fdc66b4 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c | |||
| @@ -1256,6 +1256,8 @@ static void show_help(struct menu *menu) | |||
| 1256 | str_append(&help, _(menu_get_help(menu))); | 1256 | str_append(&help, _(menu_get_help(menu))); |
| 1257 | str_append(&help, "\n"); | 1257 | str_append(&help, "\n"); |
| 1258 | get_symbol_str(&help, menu->sym); | 1258 | get_symbol_str(&help, menu->sym); |
| 1259 | } else { | ||
| 1260 | str_append(&help, _(menu_get_help(menu))); | ||
| 1259 | } | 1261 | } |
| 1260 | } else { | 1262 | } else { |
| 1261 | str_append(&help, nohelp_text); | 1263 | str_append(&help, nohelp_text); |
