Correct help text in compiler.pl

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-05-07 16:55:51 -07:00
parent fd1d6cf935
commit 2224fdbc65

View File

@ -37,6 +37,7 @@
# --log_verbosity=<number> # Log Verbosity range -1 to 2
# --family=<number> # IP family; 4 = IPv4 (default), 6 = IPv6
# --preview # Preview the ruleset.
# --
# --config_path=<path-list> # Search path for config files
#
use strict;
@ -65,7 +66,7 @@ sub usage( $ ) {
[ --annotate ]
[ --update ]
[ --convert ]
[ --shorewallrc ]
[ --shorewallrc=<pathname> ]
[ --config_path=<path-list> ]
';