This commit is contained in:
Miroslav Stampar 2015-07-07 08:47:07 +02:00
parent 6a1b3895f9
commit f488377001

View File

@ -114,7 +114,7 @@ def cmdLineParser():
action="store_true", action="store_true",
help="Ignore Set-Cookie header from response") help="Ignore Set-Cookie header from response")
request.add_option("--user-agent", dest="agent", request.add_option("-H", "--user-agent", dest="agent",
help="HTTP User-Agent header value") help="HTTP User-Agent header value")
request.add_option("--random-agent", dest="randomAgent", request.add_option("--random-agent", dest="randomAgent",