mirror of https://github.com/fail2ban/fail2ban
Remove spurious space in fail2ban-server
parent
df255063ae
commit
6f4da8f3c4
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue