Merge pull request #4183 from javabrett/options_tcp_hosts

Replaced reference to deprecated --ignore option with --ignore-hosts.
This commit is contained in:
Maximilian Hils 2020-08-28 12:40:28 +02:00 committed by GitHub
commit f1287012b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(