Merge branch 'master' of github.com:cortesi/mitmproxy

This commit is contained in:
Aldo Cortesi 2011-07-11 16:14:32 +12:00
commit b6e1bf63c3
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ def common_options(parser):
parser.add_option_group(group)
parser.add_option(
"--cert-wait-time",
"--cert-wait-time", type="float",
action="store", dest="cert_wait_time", default=0,
help="Wait for specified number of seconds after a new cert is generated. This can smooth over small discrepancies between the client and server times."
)