We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03732d2 commit e528ea8Copy full SHA for e528ea8
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