From 63f58c1a2f548a6dc1d70d23146154e0af39840b Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 21 Feb 2004 16:29:32 +0000 Subject: [PATCH] clean up the help file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1164 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/help | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Shorewall2/help b/Shorewall2/help index a737bd803..c5c3fc489 100644 --- a/Shorewall2/help +++ b/Shorewall2/help @@ -87,7 +87,9 @@ debug) shorewall debug start 2> /tmp/trace The above command would trace the 'start' command and - place the trace information in the file /tmp/trace." + place the trace information in the file /tmp/trace. + + The word 'trace' is a synonym for 'debug'. ;; delete) @@ -224,6 +226,23 @@ status) (iptables -L -n -v)" ;; +trace) + echo "trace: trace + If you include the keyword trace as the first argument to any + of these commands: + + start|stop|restart|reset|clear|refresh|check|add|delete + + then a shell trace of the command is produced. For example: + + shorewall trace start 2> /tmp/trace + + The above command would trace the 'start' command and + place the trace information in the file /tmp/trace. + + The word 'debug' is a synonym for 'trace'. + ;; + try) echo "try: try [ ] Restart shorewall using the specified configuration. If an error