Correct issues in the 'dump' command.

- the -x and -l options do nothing
- output of 'help' doesn't describe those options

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-01-15 17:38:39 -08:00
parent b5295b2039
commit 6d8cadd152

View File

@ -1546,7 +1546,7 @@ do_dump_command() {
}
dump_command() {
do_dump_command | dump_filter
do_dump_command $@ | dump_filter
}
#
@ -3415,7 +3415,7 @@ usage() # $1 = exit status
echo " delete <interface>[:<host-list>] ... <zone>"
echo " disable <interface>"
echo " drop <address> ..."
echo " dump [ -x ]"
echo " dump [ -x ] [ -l ]"
echo " enable <interface>"
echo " forget [ <file name> ]"
echo " help"