mirror of https://github.com/fail2ban/fail2ban
BF: fail2ban-regex -- adding forgotten char for -v
parent
5891d2d218
commit
617094fad5
|
@ -314,7 +314,7 @@ if __name__ == "__main__":
|
||||||
fail2banRegex = Fail2banRegex()
|
fail2banRegex = Fail2banRegex()
|
||||||
# Reads the command line options.
|
# Reads the command line options.
|
||||||
try:
|
try:
|
||||||
cmdOpts = 'hVc'
|
cmdOpts = 'hVcv'
|
||||||
cmdLongOpts = ['help', 'version', 'verbose']
|
cmdLongOpts = ['help', 'version', 'verbose']
|
||||||
optList, args = getopt.getopt(sys.argv[1:], cmdOpts, cmdLongOpts)
|
optList, args = getopt.getopt(sys.argv[1:], cmdOpts, cmdLongOpts)
|
||||||
except getopt.GetoptError:
|
except getopt.GetoptError:
|
||||||
|
|
Loading…
Reference in New Issue