fixed error message

This commit is contained in:
Bernardo Damele 2013-01-14 16:49:05 +00:00
parent e555c2be30
commit 413b5e7ab4

View File

@ -56,7 +56,7 @@ class Enumeration(GenericEnumeration):
return []
def searchColumn(self):
errMsg = "on SQLite you must specify the table and columns to dump"
errMsg = "on SQLite it is not possible to search columns"
raise SqlmapUnsupportedFeatureException(errMsg)
def getHostname(self):