the loglevel command line option.
Make the loglevel option help message more clear, since the option
argument is shown as a single token, and make the whole message better
aligned with the other help messages.
Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk
{"loop_input",OPT_BOOL|OPT_EXPERT,{(void*)&loop_input},"loop (current only works with images)"},
{"loop_input",OPT_BOOL|OPT_EXPERT,{(void*)&loop_input},"loop (current only works with images)"},
{"loop_output",HAS_ARG|OPT_INT|OPT_EXPERT,{(void*)&loop_output},"number of times to loop output in formats that support looping (0 loops forever)",""},
{"loop_output",HAS_ARG|OPT_INT|OPT_EXPERT,{(void*)&loop_output},"number of times to loop output in formats that support looping (0 loops forever)",""},