mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-14 14:29:11 +01:00
clean up the help file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1164 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
fa19429780
commit
63f58c1a2f
@ -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 <configuration-directory> [ <timeout> ]
|
||||
Restart shorewall using the specified configuration. If an error
|
||||
|
Loading…
Reference in New Issue
Block a user