Minor update

This commit is contained in:
Miroslav Stampar 2012-11-29 15:45:04 +01:00
parent 8f10023523
commit 7e2db762d6

View File

@ -1989,7 +1989,7 @@ def __basicOptionValidation():
raise sqlmapSyntaxException, errMsg raise sqlmapSyntaxException, errMsg
if conf.dumpFormat != defaults.dumpFormat and not any((conf.dumpTable, conf.dumpAll)): if conf.dumpFormat != defaults.dumpFormat and not any((conf.dumpTable, conf.dumpAll)):
errMsg = "option '--dump-format' requires usage of switch '--dump' or '--dump-all'" errMsg = "option '--dump-format' requires usage of switch '--dump' (or '--dump-all')"
raise sqlmapSyntaxException, errMsg raise sqlmapSyntaxException, errMsg
if conf.skip and conf.testParameter: if conf.skip and conf.testParameter: