Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e2db76

Browse files
committed
Minor update
1 parent 8f10023 commit 7e2db76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ def __basicOptionValidation():
19891989
raise sqlmapSyntaxException, errMsg
19901990

19911991
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'"
1992+
errMsg = "option '--dump-format' requires usage of switch '--dump' (or '--dump-all')"
19931993
raise sqlmapSyntaxException, errMsg
19941994

19951995
if conf.skip and conf.testParameter:

0 commit comments

Comments
 (0)