diff --git a/src/shrpx.cc b/src/shrpx.cc index 13e3a10e..33744619 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -524,6 +524,7 @@ void print_help(std::ostream& out) << " key file. Shrpx will choose certificates\n" << " based on the hostname indicated by client\n" << " using TLS SNI extension. This option can be\n" + << " used multiple times.\n" << " --backend-tls-sni-field=\n" << " Explicitly set the content of the TLS SNI\n" << " extension. This will default to the backend\n"