Remove spurious space in fail2ban-server

pull/128/merge^2
Steven Hiscocks 2013-02-24 10:04:36 +00:00
parent df255063ae
commit 6f4da8f3c4
1 changed files with 2 additions and 2 deletions

View File

@ -104,10 +104,10 @@ class Fail2banServer:
if opt[0] == "-x":
self.__conf["force"] = True
if opt[0] in ["-h", "--help"]:
self.dispUsage()
self.dispUsage()
sys.exit(0)
if opt[0] in ["-V", "--version"]:
self.dispVersion()
self.dispVersion()
sys.exit(0)
def start(self, argv):