mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Minor update
This commit is contained in:
parent
8f10023523
commit
7e2db762d6
|
@ -1989,7 +1989,7 @@ def __basicOptionValidation():
|
|||
raise sqlmapSyntaxException, errMsg
|
||||
|
||||
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
|
||||
|
||||
if conf.skip and conf.testParameter:
|
||||
|
|
Loading…
Reference in New Issue
Block a user