1
0
mirror of https://github.com/moparisthebest/spdylay synced 2025-01-02 17:38:09 -05:00

Updated usage

This commit is contained in:
Tatsuhiro Tsujikawa 2012-07-11 22:13:36 +09:00
parent e5de9c9708
commit 63adaad93a

View File

@ -304,7 +304,7 @@ int split_host_port(char *host, size_t hostlen, uint16_t *port_ptr,
namespace { namespace {
void print_usage(std::ostream& out) 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" << " [-c <NUM>] [-L <LEVEL>] <PRIVATE_KEY> <CERT>\n"
<< "\n" << "\n"
<< "A reverse proxy for SPDY/HTTPS.\n" << "A reverse proxy for SPDY/HTTPS.\n"