Updated ChangeLog

This commit is contained in:
Bernardo Damele
2010-02-26 15:37:24 +00:00
parent f53ef947f1
commit dd3f65f0fb
2 changed files with 13 additions and 10 deletions

View File

@@ -434,7 +434,7 @@ def cmdLineParser():
(args, _) = parser.parse_args()
if not args.url and not args.list and not args.googleDork and not args.configFile and not args.requestFile and not args.updateAll:
errMsg = "missing a mandatory parameter ('-u', '-l', '-g', '-c', '-r' or '--update'), "
errMsg = "missing a mandatory parameter ('-u', '-l', '-r', '-g', '-c' or '--update'), "
errMsg += "-h for help"
parser.error(errMsg)