dev-camput: stop processing opts once we see unknown ones.

This was confusing Brett yesterday and just bit  me.

Change-Id: I6ea31688b4434a27caca25662a29ab812d15c3b9
This commit is contained in:
Brad Fitzpatrick 2011-12-05 21:02:44 -08:00
parent 6fe63c33be
commit 7da91a0f28
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ sub usage {
}
my $opt_tls;
Getopt::Long::Configure("pass_through");
GetOptions("tls" => \$opt_tls)
or usage();