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

Skip to content

Commit f1e2c18

Browse files
committed
Cosmetics
1 parent 2194d47 commit f1e2c18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/parse/cmdline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def cmdLineParser():
135135

136136
optimization.add_option("-o", dest="optimize",
137137
action="store_true", default=False,
138-
help="Use all optimization options")
138+
help="Turn on all optimization switches")
139139

140140
optimization.add_option("--predict-output", dest="predictOutput", action="store_true",
141141
default=False, help="Predict common queries output")
@@ -147,8 +147,8 @@ def cmdLineParser():
147147
default=False, help="Retrieve page length without actual HTTP response body")
148148

149149
optimization.add_option("--threads", dest="threads", type="int", default=1,
150-
help="Maximum number of concurrent HTTP(s) "
151-
"requests (def 1)")
150+
help="Max. number of concurrent HTTP(s) "
151+
"requests (default 1)")
152152

153153
# Injection options
154154
injection = OptionGroup(parser, "Injection", "These options can be "

0 commit comments

Comments
 (0)