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

pull/38/head
Yaroslav Halchenko 2012-02-18 20:12:23 -05:00
parent 5891d2d218
commit 617094fad5
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ if __name__ == "__main__":
fail2banRegex = Fail2banRegex()
# Reads the command line options.
try:
cmdOpts = 'hVc'
cmdOpts = 'hVcv'
cmdLongOpts = ['help', 'version', 'verbose']
optList, args = getopt.getopt(sys.argv[1:], cmdOpts, cmdLongOpts)
except getopt.GetoptError: