From d1b9af0268ba710d9cc000e35fb25afb9ff30535 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 9 Jun 2013 23:09:49 +0900 Subject: [PATCH] shrpx: Fix usage doc --- src/shrpx.cc | 1 + 1 file changed, 1 insertion(+) 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"