Replaced reference to deprecated --ignore option with --ignore-hosts.

This commit is contained in:
Brett Randall 2020-08-28 15:10:21 +10:00
parent 901a8dd7d4
commit 6b1a0986c4
No known key found for this signature in database
GPG Key ID: 50EF8B0B7C04B29D

View File

@ -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(