From 8b6fbbf3a604e63f7f85e9b522581b402a577c8f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 9 Feb 2013 19:08:02 +0900 Subject: [PATCH] shrpx: Update --backend-http-proxy-uri usage --- src/shrpx.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"