pass_through on dev-camget too

Change-Id: Id619c580ffdd5a099f48566cecb2256db48ee0c3
This commit is contained in:
Brad Fitzpatrick 2011-12-06 08:45:28 -08:00
parent a580fbdec3
commit 38d138c2dc
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();