X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bc624321e8fb058c5ebce476d33d6d0e4dcfa9e3..daa59b7513eb66b7c184474ea188fda4dd4a4aee:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 26d878cc9..54ac06390 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -549,9 +549,10 @@ EOF print <{name} bool "$feature->{title}" - help -$feature->{description} EOF + $feature->{description} =~ /\w/ and do { + print "\t\thelp\n".$feature->{description}."\n"; + }; } print "endchoice\n" }