adjust_apache.pl: fixes GetOpt arguments to behave better under F24 and earlier

Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
Jed Reynolds
2021-04-05 16:38:06 -07:00
parent 56aaff06dd
commit 8f8b50ecfe

View File

@@ -35,9 +35,9 @@ my $usage = "$0 :
";
GetOptions(
"-h|--help" => \$do_help,
"-d|--debug" => \$debug,
"-a|--auto|--automatic" => \$do_automatic,
"h|help" => \$do_help,
"d|debug" => \$debug,
"a|auto|automatic" => \$do_automatic,
) || die($usage);
if ($do_help) {