Skip to content

Commit f488377

Browse files
committed
1 parent 6a1b389 commit f488377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def cmdLineParser():
114114
action="store_true",
115115
help="Ignore Set-Cookie header from response")
116116

117-
request.add_option("--user-agent", dest="agent",
117+
request.add_option("-H", "--user-agent", dest="agent",
118118
help="HTTP User-Agent header value")
119119

120120
request.add_option("--random-agent", dest="randomAgent",

0 commit comments

Comments
 (0)