diff options
Diffstat (limited to 'mitmproxy/tools')
-rw-r--r-- | mitmproxy/tools/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/cmdline.py b/mitmproxy/tools/cmdline.py index 18db3c8f..11558cc3 100644 --- a/mitmproxy/tools/cmdline.py +++ b/mitmproxy/tools/cmdline.py @@ -391,7 +391,7 @@ def proxy_options(parser): group.add_argument( "--keep-host-header", action="store_true", dest="keep_host_header", - help="Keep the host header as proxy addres" + help="Reverse Proxy: Keep the original host header instead of rewriting it to the reverse proxy target." ) |