@@ -47,8 +47,7 @@ def cmdLineParser():
4747
4848 # Target options
4949 target = OptionGroup (parser , "Target" , "At least one of these "
50- "options has to be specified to set the source "
51- "to get target URLs from" )
50+ "options has to be provided to set the target(s)" )
5251
5352 target .add_option ("-d" , dest = "direct" , help = "Direct "
5453 "connection to the database" )
@@ -160,7 +159,7 @@ def cmdLineParser():
160159
161160 # Optimization options
162161 optimization = OptionGroup (parser , "Optimization" , "These "
163- "options can be used to optimize the "
162+ "switches can be used to optimize the "
164163 "performance of sqlmap" )
165164
166165 optimization .add_option ("-o" , dest = "optimize" ,
@@ -226,10 +225,7 @@ def cmdLineParser():
226225
227226 # Detection options
228227 detection = OptionGroup (parser , "Detection" , "These options can be "
229- "used to specify how to parse "
230- "and compare page content from "
231- "HTTP responses when using blind SQL "
232- "injection technique" )
228+ "used to customize the detection phase" )
233229
234230 detection .add_option ("--level" , dest = "level" , type = "int" ,
235231 help = "Level of tests to perform (1-5, "
@@ -409,7 +405,7 @@ def cmdLineParser():
409405
410406 # User-defined function options
411407 brute = OptionGroup (parser , "Brute force" , "These "
412- "options can be used to run brute force "
408+ "switches can be used to run brute force "
413409 "checks" )
414410
415411 brute .add_option ("--common-tables" , dest = "commonTables" , action = "store_true" ,
0 commit comments