More fixing my code.

master
bbruns 2010-08-23 21:47:03 +00:00
parent f3e02dd6c2
commit c45071c8fb
1 changed files with 8 additions and 10 deletions

View File

@ -112,14 +112,12 @@ function iptables_policy_reset {
# show_help # show_help
# Show command line options help # Show command line options help
function show_help { function show_help {
echo -e "Firewall/SOSDG ${FW_VERSION} echo "Firewall/SOSDG ${FW_VERSION}"
Brielle Bruns <bruns@2mbit.com> echo "Brielle Bruns <bruns@2mbit.com>"
http://www.sosdg.org/freestuff/firewall echo "http://www.sosdg.org/freestuff/firewall"
This program comes with ABSOLUTELY NO WARRANTY. echo "This program comes with ABSOLUTELY NO WARRANTY."
This is free software, and you are welcome to echo "This is free software, and you are welcome to"
redistribute it under certain conditions. echo "redistribute it under certain conditions."
echo -e "\t--help\t\tShows this info"
--help\t\tShows this info echo -e "\t--flush\t\tFlushes all rules back to default ACCEPT"
--flush\t\tFlushes all rules back to default ACCEPT
"
} }