From e528ea820807fc23375fa9629c79124f539b7b77 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 18 May 2013 16:02:34 +0200 Subject: [PATCH] Minor language fix --- lib/parse/cmdline.py | 2 +- sqlmap.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 4354bfdfb..c803ef261 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -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", diff --git a/sqlmap.conf b/sqlmap.conf index 9be769567..904b3d22c 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -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