shrpx: Fix usage doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-06-09 23:09:49 +09:00
parent 19ba4301a6
commit d1b9af0268
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ void print_help(std::ostream& out)
<< " key file. Shrpx will choose certificates\n" << " key file. Shrpx will choose certificates\n"
<< " based on the hostname indicated by client\n" << " based on the hostname indicated by client\n"
<< " using TLS SNI extension. This option can be\n" << " using TLS SNI extension. This option can be\n"
<< " used multiple times.\n"
<< " --backend-tls-sni-field=<HOST>\n" << " --backend-tls-sni-field=<HOST>\n"
<< " Explicitly set the content of the TLS SNI\n" << " Explicitly set the content of the TLS SNI\n"
<< " extension. This will default to the backend\n" << " extension. This will default to the backend\n"