From 7440cd7d219f7d0a7230737678a73c54a37d1a01 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 14 Jun 2009 13:39:42 -0700 Subject: [PATCH] Correct 'help' in compiler.pl --- Shorewall/Perl/compiler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/compiler.pl b/Shorewall/Perl/compiler.pl index 766219b95..c1bab701e 100755 --- a/Shorewall/Perl/compiler.pl +++ b/Shorewall/Perl/compiler.pl @@ -82,7 +82,7 @@ my $family = 4; # F_IPV4 Getopt::Long::Configure ('bundling'); my $result = GetOptions('h' => \$help, - '--help' => \$help, + 'help' => \$help, 'export' => \$export, 'e' => \$export, 'directory=s' => \$shorewall_dir,