Skip to content

Commit e528ea8

Browse files
committed
Minor language fix
1 parent 03732d2 commit e528ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def cmdLineParser():
633633

634634
miscellaneous.add_option("--cleanup", dest="cleanup",
635635
action="store_true",
636-
help="Clean up the DBMS by sqlmap specific "
636+
help="Clean up the DBMS from sqlmap specific "
637637
"UDF and tables")
638638

639639
miscellaneous.add_option("--dependencies", dest="dependencies",

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ checkPayload = False
686686
# Valid: True or False
687687
checkWaf = False
688688

689-
# Clean up the DBMS by sqlmap specific UDF and tables.
689+
# Clean up the DBMS from sqlmap specific UDF and tables.
690690
# Valid: True or False
691691
cleanup = False
692692

0 commit comments

Comments
 (0)