X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/927764abf2c7710c29a100332587e4235fb36cf2..3412b9496cb58f7ae836fe7630047fa8aac22829:/scripts/config/mconf.c?ds=sidebyside diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 8c58b6238..a62e924dc 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -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) {