mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Fix error in anticomp commandline specification.
This commit is contained in:
parent
f756d3bec1
commit
6df4be93e3
@ -111,7 +111,7 @@ def common_options(parser):
|
|||||||
)
|
)
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
"-z",
|
"-z",
|
||||||
action="store_false", dest="anticomp", default=False,
|
action="store_true", dest="anticomp", default=False,
|
||||||
help="Try to convince servers to send us un-compressed data."
|
help="Try to convince servers to send us un-compressed data."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user