Minor update

This commit is contained in:
stamparm
2013-04-30 13:59:44 +02:00
parent 03c4eb8338
commit 69e3a2cb9e
3 changed files with 8 additions and 8 deletions

View File

@@ -154,13 +154,13 @@ def cmdLineParser():
action="store_true",
help="Skip URL encoding of payload data")
request.add_option("--eval", dest="evalCode",
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(id).hexdigest()\")")
request.add_option("--force-ssl", dest="forceSSL",
action="store_true",
help="Force usage of SSL/HTTPS")
request.add_option("--eval", dest="evalCode",
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(id).hexdigest()\")")
# Optimization options
optimization = OptionGroup(parser, "Optimization", "These "
"switches can be used to optimize the "