Minor language update

This commit is contained in:
Miroslav Stampar 2012-10-04 18:04:55 +02:00
parent d464678e10
commit 2fbd05c98f

View File

@ -443,8 +443,7 @@ def checkSqlInjection(place, parameter, value):
warnMsg = "using unescaped version of the test "
warnMsg += "because of zero knowledge of the "
warnMsg += "back-end DBMS. You can try to "
warnMsg += "explicitly set it using the --dbms "
warnMsg += "option"
warnMsg += "explicitly set it using option '--dbms'"
singleTimeWarnMessage(warnMsg)
if unionExtended: