mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-25 02:55:52 +00:00
minor makeup update
This commit is contained in:
parent
8405ef59ac
commit
e56309f3b1
2 changed files with 2 additions and 2 deletions
|
|
@ -649,7 +649,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)):
|
||||
errMsg = "missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, --wizard, --update or --dependencies), "
|
||||
errMsg += "-h for help"
|
||||
errMsg += "use -h for help"
|
||||
parser.error(errMsg)
|
||||
|
||||
return args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue