scripts/config: merge fixes for various issues, including recursive dependency detect...
[openwrt.git] / scripts / config / mconf.c
index 8c58b62..a62e924 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) {