mirror of https://github.com/fail2ban/fail2ban
- Removed ...
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@528 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
54ef4ef33b
commit
ca299b5ce4
|
@ -75,7 +75,7 @@ class Fail2banClient:
|
||||||
def dispUsage(self):
|
def dispUsage(self):
|
||||||
""" Prints Fail2Ban command line options and exits
|
""" Prints Fail2Ban command line options and exits
|
||||||
"""
|
"""
|
||||||
print "Usage: "+self.__argv[0]+" [OPTIONS]... <COMMAND>"
|
print "Usage: "+self.__argv[0]+" [OPTIONS] <COMMAND>"
|
||||||
print
|
print
|
||||||
print "Fail2Ban v" + version + " reads log file that contains password failure report"
|
print "Fail2Ban v" + version + " reads log file that contains password failure report"
|
||||||
print "and bans the corresponding IP addresses using firewall rules."
|
print "and bans the corresponding IP addresses using firewall rules."
|
||||||
|
|
Loading…
Reference in New Issue