Hmmm... Let me guess. Update for an Issue #287

This commit is contained in:
Miroslav Stampar
2012-12-12 16:31:20 +01:00
parent 921000bd87
commit e381158058
3 changed files with 26 additions and 13 deletions

View File

@@ -760,7 +760,8 @@ def cmdLineParser():
expandMnemonics(sys.argv[i+1], parser, args)
if not any((args.direct, args.url, args.logFile, args.bulkFile, args.googleDork, args.configFile, \
args.requestFile, args.updateAll, args.smokeTest, args.liveTest, args.wizard, args.dependencies, args.purgeOutput)):
args.requestFile, args.updateAll, args.smokeTest, args.liveTest, args.wizard, args.dependencies, \
args.xmlRpc, 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 or -hh for advanced help"
parser.error(errMsg)