Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdb9219

Browse files
committed
Minor revert
1 parent d2a5548 commit bdb9219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/parse/cmdline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def cmdLineParser():
178178

179179
# Optimization options
180180
optimization = OptionGroup(parser, "Optimization", "These "
181-
"switches can be used to optimize the "
181+
"options can be used to optimize the "
182182
"performance of sqlmap")
183183

184184
optimization.add_option("-o", dest="optimize",
@@ -427,7 +427,7 @@ def cmdLineParser():
427427

428428
# User-defined function options
429429
brute = OptionGroup(parser, "Brute force", "These "
430-
"switches can be used to run brute force "
430+
"options can be used to run brute force "
431431
"checks")
432432

433433
brute.add_option("--common-tables", dest="commonTables", action="store_true",

0 commit comments

Comments
 (0)