diff --git a/Shorewall-lite/help b/Shorewall-lite/help index d7b880d5f..5c07ea20d 100755 --- a/Shorewall-lite/help +++ b/Shorewall-lite/help @@ -217,8 +217,6 @@ show) shorewall [-x] show [ ... ] - produce a verbose report about the IPtable chain(s). (iptables -L chain -n -v) - shorewall show actions - produce a list of builtin actions and actions defined in /usr/share/shorewall-lite/actions.std and /etc/shorewall-lite - shorewall [-x] show mangle - produce a verbose report about the mangle table. (iptables -t mangle -L -n -v) @@ -228,8 +226,6 @@ show) shorewall show [ -m ] log - display the last 20 packet log entries. If \"-m\" is specified, then MAC addresses in the log entries (if any) are displayed. - shorewall show macros -- displays the standard macros. - shorewall show connections - displays the IP connections currently being tracked by the firewall. diff --git a/Shorewall-lite/shorewall b/Shorewall-lite/shorewall index edc131608..a94b6bff7 100755 --- a/Shorewall-lite/shorewall +++ b/Shorewall-lite/shorewall @@ -978,7 +978,7 @@ usage() # $1 = exit status echo " restart [ -n ] [ ]" echo " restore [ -n ] [ ]" echo " save [ ]" - echo " show [ -x ] [ -m ] [ [ ... ]|actions|capabilities|classifiers|connections|log|macros|mangle|nat|tc|zones]" + echo " show [ -x ] [ -m ] [ [ ... ]|capabilities|classifiers|connections|log|mangle|nat|tc|zones]" echo " start [ -f ] [ -n ] [ ]" echo " stop" echo " status"