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 d2a5548 commit bdb9219Copy full SHA for bdb9219
1 file changed
lib/parse/cmdline.py
@@ -178,7 +178,7 @@ def cmdLineParser():
178
179
# Optimization options
180
optimization = OptionGroup(parser, "Optimization", "These "
181
- "switches can be used to optimize the "
+ "options can be used to optimize the "
182
"performance of sqlmap")
183
184
optimization.add_option("-o", dest="optimize",
@@ -427,7 +427,7 @@ def cmdLineParser():
427
428
# User-defined function options
429
brute = OptionGroup(parser, "Brute force", "These "
430
- "switches can be used to run brute force "
+ "options can be used to run brute force "
431
"checks")
432
433
brute.add_option("--common-tables", dest="commonTables", action="store_true",
0 commit comments