mirror of https://github.com/perkeep/perkeep.git
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:
parent
6fe63c33be
commit
7da91a0f28
|
@ -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