diff --git a/fail2ban.py b/fail2ban.py index 60de7aa5..d492f35e 100755 --- a/fail2ban.py +++ b/fail2ban.py @@ -47,7 +47,7 @@ def dispUsage(): print "Usage: "+sys.argv[0]+" [OPTIONS]" print print "Fail2Ban v"+version+" reads log file that contains password failure report" - print "and bans the corresponding IP address using iptables." + print "and bans the corresponding IP addresses using firewall rules." print print " -b start fail2ban in background" print " -d start fail2ban in debug mode"