Minor message update

This commit is contained in:
Miroslav Stampar
2016-05-30 14:40:22 +02:00
parent 6885afe8c3
commit 55624ec1a2
2 changed files with 2 additions and 2 deletions

View File

@@ -550,7 +550,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 option '--dbms'"
warnMsg += "explicitly set it with option '--dbms'"
singleTimeWarnMessage(warnMsg)
else:
Backend.forceDbms(kb.heuristicDbms)