From c8ea03bf8c2f2be92800c01efb8bcc52514e4f61 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 30 Jul 2012 07:23:53 -0700 Subject: [PATCH] Update help text Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 9 ++++++++- Shorewall/lib.cli-std | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index d39d80684..df4b788e9 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -2989,9 +2989,16 @@ usage() # $1 = exit status echo " show connections" echo " show filters" echo " show ip" + + if [ $g_family -eq 4 ]; then + echo " show ipa" + fi + echo " show [ -m ] log []" - echo " show [ -x ] mangle|nat|raw|rawpost|routing" + echo " show [ -x ] mangle|nat|raw|rawpost" + echo " show nfacct" echo " show policies" + echo " show routing" echo " show tc [ device ]" echo " show vardir" echo " show zones" diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 1e68e705d..2f68ce9ad 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -1628,7 +1628,9 @@ usage() # $1 = exit status echo " show macros" echo " show marks" echo " show [ -x ] mangle|nat|raw|rawpost|routing" + echo " show nfacct" echo " show policies" + echo " show routing" echo " show tc [ device ]" echo " show vardir" echo " show zones"