Browse Source

BF: fail2ban-regex -- adding forgotten char for -v

pull/38/head
Yaroslav Halchenko 13 years ago
parent
commit
617094fad5
  1. 2
      fail2ban-regex

2
fail2ban-regex

@ -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…
Cancel
Save