OSDN Git Service

CLI: remove 'L' from short opts so that getopt_long properly flags it as an invalid...
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 5 Jun 2010 16:34:32 +0000 (16:34 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 5 Jun 2010 16:34:32 +0000 (16:34 +0000)
commit9972486f44c586225d98967441dcd3f3fd920636
tree4122c33d763a2046a9d4ebd21acd3170db0246ab
parent661c9eacd5033d1b185fb27f0cde987dfe853dd8
CLI: remove 'L' from short opts so that getopt_long properly flags it as an invalid option
I forgot to remove this short option when the --longest was removed.
Also fix the default case of the switch to print the option that failed
rather than the next option.

git-svn-id: svn://localhost/HandBrake/trunk@3357 b64f7644-9d1e-0410-96f1-a4d463321fa5
test/test.c