diff --git a/src/shrpx.cc b/src/shrpx.cc index 66f8b9d9..e0e15ec6 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -476,8 +476,9 @@ void print_help(std::ostream& out) << get_config()->downstream_idle_read_timeout.tv_sec << "\n" << " --backend-http-proxy-uri=\n" << " Specify proxy URI in the form\n" - << " http://[USER:PASS]PROXY:PORT. USER and PASS\n" - << " are optional and if they exist they must be\n" + << " http://[:@]:. If\n" + << " a proxy requires authentication, specify\n" + << " and . Note that they must be\n" << " properly percent-encoded. This proxy is used\n" << " when the backend connection is SPDY. First,\n" << " make a CONNECT request to the proxy and\n"