mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor cosmetic fixes
This commit is contained in:
parent
1a9aabf49d
commit
1d74036ee3
2 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue