mirror of
https://github.com/moparisthebest/spdylay
synced 2025-01-02 17:38:09 -05:00
Updated usage
This commit is contained in:
parent
e5de9c9708
commit
63adaad93a
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user