Merge branch 'InfoHunter-master' into nginx_refactoring

Pull request: #720
This commit is contained in:
Felipe Zimmerle 2014-05-15 19:47:13 -07:00
commit f8d2eb086b

View File

@ -52,7 +52,7 @@ $SIG{TERM} = $SIG{INT} = \&handle_interrupt;
my $platform = "nginx";
my %opt;
getopts('A:E:D:C:T:H:a:p:dvh', \%opt);
getopts('A:E:D:C:T:H:P:a:p:dvh', \%opt);
if ($opt{d}) {
$Data::Dumper::Indent = 1;