Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f10023 commit 7e2db76Copy full SHA for 7e2db76
1 file changed
lib/core/option.py
@@ -1989,7 +1989,7 @@ def __basicOptionValidation():
1989
raise sqlmapSyntaxException, errMsg
1990
1991
if conf.dumpFormat != defaults.dumpFormat and not any((conf.dumpTable, conf.dumpAll)):
1992
- errMsg = "option '--dump-format' requires usage of switch '--dump' or '--dump-all'"
+ errMsg = "option '--dump-format' requires usage of switch '--dump' (or '--dump-all')"
1993
1994
1995
if conf.skip and conf.testParameter:
0 commit comments