Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03732d2 commit e528ea8Copy full SHA for e528ea8
2 files changed
lib/parse/cmdline.py
@@ -633,7 +633,7 @@ def cmdLineParser():
633
634
miscellaneous.add_option("--cleanup", dest="cleanup",
635
action="store_true",
636
- help="Clean up the DBMS by sqlmap specific "
+ help="Clean up the DBMS from sqlmap specific "
637
"UDF and tables")
638
639
miscellaneous.add_option("--dependencies", dest="dependencies",
sqlmap.conf
@@ -686,7 +686,7 @@ checkPayload = False
686
# Valid: True or False
687
checkWaf = False
688
689
-# Clean up the DBMS by sqlmap specific UDF and tables.
+# Clean up the DBMS from sqlmap specific UDF and tables.
690
691
cleanup = False
692
0 commit comments