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."