diff --git a/adjust_apache.pl b/adjust_apache.pl index 6af249b8..3f233c64 100755 --- a/adjust_apache.pl +++ b/adjust_apache.pl @@ -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) {