Correct 'show raw'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-12-18 15:11:56 -08:00
parent 1c8f6d3856
commit 6b90c09c04

View File

@ -690,7 +690,7 @@ show_command() {
echo "$g_product $SHOREWALL_VERSION RAW Table at $g_hostname - $(date)"
echo
show_reset
$g_tool-t raw -L $g_ipt_options
$g_tool -t raw -L $g_ipt_options
;;
rawpost)
[ $# -gt 1 ] && usage 1