Minor language fix

This commit is contained in:
Miroslav Stampar 2013-05-18 16:02:34 +02:00
parent 03732d2592
commit e528ea8208
2 changed files with 2 additions and 2 deletions

View File

@ -633,7 +633,7 @@ def cmdLineParser():
miscellaneous.add_option("--cleanup", dest="cleanup",
action="store_true",
help="Clean up the DBMS by sqlmap specific "
help="Clean up the DBMS from sqlmap specific "
"UDF and tables")
miscellaneous.add_option("--dependencies", dest="dependencies",

View File

@ -686,7 +686,7 @@ checkPayload = False
# Valid: True or False
checkWaf = False
# Clean up the DBMS by sqlmap specific UDF and tables.
# Clean up the DBMS from sqlmap specific UDF and tables.
# Valid: True or False
cleanup = False