From ca299b5ce4a708fc1c081c4b4f2328cf1f9449bc Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 29 Jan 2007 20:27:01 +0000 Subject: [PATCH] - Removed ... git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@528 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban-client b/fail2ban-client index b52cd6fe..32064682 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -75,7 +75,7 @@ class Fail2banClient: def dispUsage(self): """ Prints Fail2Ban command line options and exits """ - print "Usage: "+self.__argv[0]+" [OPTIONS]... " + print "Usage: "+self.__argv[0]+" [OPTIONS] " print print "Fail2Ban v" + version + " reads log file that contains password failure report" print "and bans the corresponding IP addresses using firewall rules."