Minor cosmetic fixes

This commit is contained in:
Bernardo Damele
2010-10-18 11:34:53 +00:00
parent 1a9aabf49d
commit 1d74036ee3
2 changed files with 10 additions and 6 deletions

View File

@@ -46,8 +46,8 @@ def action():
errMsg += ". Do not specify the back-end DBMS manually, "
errMsg += "sqlmap will fingerprint the DBMS for you"
else:
errMsg += ". Support for this DBMS will be implemented if "
errMsg += "you ask, just drop us an email"
errMsg += ". Support for this DBMS will be implemented at "
errMsg += "some point"
raise sqlmapUnsupportedDBMSException, errMsg