nghttpx: One more fix for usage help

This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-29 22:10:30 +09:00
parent 199600af73
commit cdb466956d
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,7 @@ int parse_config(const StringRef &opt, const StringRef &optarg,
return 0; return 0;
case SHRPX_OPTID_CLIENT: case SHRPX_OPTID_CLIENT:
LOG(ERROR) << opt << ": deprecated. Use frontend=<addr>,<port>;no-tls, " LOG(ERROR) << opt << ": deprecated. Use frontend=<addr>,<port>;no-tls, "
"backend=<addr>,<port>;;proto=h2 and backend-tls"; "backend=<addr>,<port>;;proto=h2;tls";
return -1; return -1;
case SHRPX_OPTID_INSECURE: case SHRPX_OPTID_INSECURE:
mod_config()->tls.insecure = util::strieq_l("yes", optarg); mod_config()->tls.insecure = util::strieq_l("yes", optarg);