mirror of https://github.com/perkeep/perkeep.git
pass_through on dev-camget too
Change-Id: Id619c580ffdd5a099f48566cecb2256db48ee0c3
This commit is contained in:
parent
a580fbdec3
commit
38d138c2dc
|
@ -11,6 +11,7 @@ sub usage {
|
|||
}
|
||||
|
||||
my $opt_tls;
|
||||
Getopt::Long::Configure("pass_through");
|
||||
GetOptions("tls" => \$opt_tls)
|
||||
or usage();
|
||||
|
||||
|
|
Loading…
Reference in New Issue