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

Skip to content

Commit c9d570c

Browse files
committed
minor update
1 parent 686eacd commit c9d570c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
9191
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
9292
warnMsg = "if the problem persists with 'None' values please try to use "
9393
warnMsg += "hidden switch '--no-cast' (fixing problems with some collation "
94-
warnMsg += "issues)"
94+
warnMsg += "issues) or switch '--hex'"
9595
singleTimeWarnMessage(warnMsg)
9696

9797
conf.hashDB.write(expression, retVal)

0 commit comments

Comments
 (0)