GUAC-236: There actually isn't a -f option.

This commit is contained in:
Michael Jumper 2016-03-11 22:21:34 -08:00
parent 2f93e6ce67
commit ecf3a0302a

View File

@ -150,8 +150,7 @@ invalid_options:
" [-d WIDTHxHEIGHT]" " [-d WIDTHxHEIGHT]"
" [-s SUFFIX]" " [-s SUFFIX]"
" [-V CODEC]" " [-V CODEC]"
" [-b BITRATE]" " [-b BITRATE]\n", argv[0]);
" [-f]\n", argv[0]);
return 1; return 1;