scripts/config: merge fixes for various issues, including recursive dependency detect...
[openwrt/openwrt.git] / scripts / config / mconf.c
index 8c58b623863d54d91c6ad1df1379103fe66303a0..a62e924dcb779329c1ed6fc02bfc36e625eae4f6 100644 (file)
@@ -872,6 +872,8 @@ static void show_help(struct menu *menu)
        struct gstr help = str_new();
        struct symbol *sym = menu->sym;
 
+       help.max_width = cols - 10;
+
        if (sym->help)
        {
                if (sym->name) {