Currently the full-help prints something like<div><br>
<div><div> --blendbench-loops=<integer [-2147483648 .. 2147483647]></div><div>                                 Number of time to blend</div><div>          The number of time the blend will be performed</div></div></div>
<div><br></div><div>because some change in code made min.i and max.i always have values. So when no range is defined, the help prints these values automatically (VLC 1.1.x didn't print these). After this patch, min and max are not printed if they are MIN or MAX. And it looks like</div>
<div><br></div><div><div>      --blendbench-loops=<integer></div><div>                                 Number of time to blend</div><div>          The number of time the blend will be performed</div></div><div><br></div>
<div>Better thing would be to force range for each integer option, but since there are almost 300 of them, it would be too much work.</div>