diff options
Diffstat (limited to 'mitmproxy/cmdline.py')
-rw-r--r-- | mitmproxy/cmdline.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mitmproxy/cmdline.py b/mitmproxy/cmdline.py index d7de350f..da91e952 100644 --- a/mitmproxy/cmdline.py +++ b/mitmproxy/cmdline.py @@ -309,7 +309,9 @@ def proxy_modes(parser): default=None, help=""" Forward all requests to upstream HTTP server: - http[s][2http[s]]://host[:port] + http[s]://host[:port]. Clients can always connect both + via HTTPS and HTTP, the connection to the server is + determined by the specified scheme. """ ) group.add_argument( |