forked from extern/shorewall_code
Correct 'help' in compiler.pl
This commit is contained in:
parent
1fcb29ac9e
commit
7440cd7d21
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user