mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-14 15:14:31 +03:00
cosmeticado
This commit is contained in:
parent
b327bbcd9b
commit
a379463213
|
@ -1497,7 +1497,7 @@ def __basicOptionValidation():
|
|||
raise sqlmapSyntaxException, errMsg
|
||||
|
||||
if isinstance(conf.uCols, basestring) and ("-" not in conf.uCols or len(conf.uCols.split("-")) != 2):
|
||||
errMsg = "--union-cols must be a range with hyphon (e.g. 1-10)"
|
||||
errMsg = "value for --union-cols must be a range with hyphon (e.g. 1-10)"
|
||||
raise sqlmapSyntaxException, errMsg
|
||||
|
||||
def init(inputOptions=advancedDict(), overrideOptions=False):
|
||||
|
|
Loading…
Reference in New Issue
Block a user