mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Remove spurious space in fail2ban-server
This commit is contained in:
parent
df255063ae
commit
6f4da8f3c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue