Updated usage

This commit is contained in:
Tatsuhiro Tsujikawa 2012-07-11 22:13:36 +09:00
parent e5de9c9708
commit 63adaad93a
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ int split_host_port(char *host, size_t hostlen, uint16_t *port_ptr,
namespace {
void print_usage(std::ostream& out)
{
out << "Usage: shrpx [-Dh] [-b <HOST,PORT>] [-f <HOST,PORT>] [-n <CORES>]\n"
out << "Usage: shrpx [-Dhs] [-b <HOST,PORT>] [-f <HOST,PORT>] [-n <CORES>]\n"
<< " [-c <NUM>] [-L <LEVEL>] <PRIVATE_KEY> <CERT>\n"
<< "\n"
<< "A reverse proxy for SPDY/HTTPS.\n"