Correct syntax error in lib.cli

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-12-05 08:42:34 -08:00
parent 4139c932a4
commit 09af9130df

View File

@ -1059,6 +1059,7 @@ show_command() {
echo
grep '^ipv6' /proc/net/nf_conntrack | sed -r 's/0000:/:/g; s/:::+/::/g; s/:0+/:/g' | show_connections_filter
fi
fi
;;
nat)
[ $# -gt 1 ] && usage 1