From 6b1a0986c45354f2c35f10fd3b2d6988117a5467 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Fri, 28 Aug 2020 15:10:21 +1000 Subject: [PATCH] Replaced reference to deprecated --ignore option with --ignore-hosts. --- mitmproxy/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/options.py b/mitmproxy/options.py index b92b3f503..4fb8e944f 100644 --- a/mitmproxy/options.py +++ b/mitmproxy/options.py @@ -164,8 +164,8 @@ class Options(optmanager.OptManager): "tcp_hosts", Sequence[str], [], """ Generic TCP SSL proxy mode for all hosts that match the pattern. - Similar to --ignore, but SSL connections are intercepted. The - communication contents are printed to the log in verbose mode. + Similar to --ignore-hosts, but SSL connections are intercepted. + The communication contents are printed to the log in verbose mode. """ ) self.add_option(