Making work on Issue #52

This commit is contained in:
Miroslav Stampar
2012-07-03 16:34:11 +02:00
parent 793fa464e3
commit 70f754f6c5
2 changed files with 17 additions and 68 deletions

View File

@@ -717,7 +717,7 @@ def cmdLineParser():
if not any((args.direct, args.url, args.logFile, args.bulkFile, args.googleDork, args.configFile, \
args.requestFile, args.updateAll, args.smokeTest, args.liveTest, args.realTest, args.wizard, args.dependencies, args.purgeOutput)):
errMsg = "missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, --wizard, --update, --purge-output or --dependencies), "
errMsg += "use -h for basic help and -hh for advanced help"
errMsg += "use -h for basic or -hh for advanced help"
parser.error(errMsg)
return args