mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
add dummy cert dir
This commit is contained in:
parent
ed389d8f05
commit
b0566b9d4c
@ -275,9 +275,9 @@ def common_options(parser):
|
||||
help="Replacement pattern, where the replacement clause is a path to a file."
|
||||
)
|
||||
|
||||
group.add_option(
|
||||
group.add_argument(
|
||||
"--dummy-certs", action="store",
|
||||
type = "str", dest = "certdir", default=None,
|
||||
type = str, dest = "certdir", default=None,
|
||||
help = "Generated dummy certs directory."
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user