mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor language fix
This commit is contained in:
parent
03732d2592
commit
e528ea8208
2 changed files with 2 additions and 2 deletions
|
|
@ -633,7 +633,7 @@ def cmdLineParser():
|
||||||
|
|
||||||
miscellaneous.add_option("--cleanup", dest="cleanup",
|
miscellaneous.add_option("--cleanup", dest="cleanup",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Clean up the DBMS by sqlmap specific "
|
help="Clean up the DBMS from sqlmap specific "
|
||||||
"UDF and tables")
|
"UDF and tables")
|
||||||
|
|
||||||
miscellaneous.add_option("--dependencies", dest="dependencies",
|
miscellaneous.add_option("--dependencies", dest="dependencies",
|
||||||
|
|
|
||||||
|
|
@ -686,7 +686,7 @@ checkPayload = False
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
checkWaf = 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
|
# Valid: True or False
|
||||||
cleanup = False
|
cleanup = False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue