shrpx: Update --backend-http-proxy-uri usage

This commit is contained in:
Tatsuhiro Tsujikawa 2013-02-09 19:08:02 +09:00
parent 39df51188c
commit 8b6fbbf3a6
1 changed files with 3 additions and 2 deletions

View File

@ -476,8 +476,9 @@ void print_help(std::ostream& out)
<< get_config()->downstream_idle_read_timeout.tv_sec << "\n"
<< " --backend-http-proxy-uri=<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://[<USER>:<PASS>@]<PROXY>:<PORT>. If\n"
<< " a proxy requires authentication, specify\n"
<< " <USER> and <PASS>. 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"