shrpx: Add missing \n to help message

This commit is contained in:
Tatsuhiro Tsujikawa 2013-01-12 16:42:48 +09:00
parent c45726b9e1
commit dc2fe52e57
1 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ void print_help(std::ostream& out)
<< " Path to file that contains password for the\n"
<< " server's private key. If none is given and\n"
<< " the private key is password protected it'll\n"
<< " be requested interactively."
<< " be requested interactively.\n"
<< "\n"
<< " SPDY:\n"
<< " -c, --spdy-max-concurrent-streams=<NUM>\n"
@ -501,7 +501,7 @@ void print_help(std::ostream& out)
<< " -p, --client-proxy Like --client option, but it also requires\n"
<< " the request path from frontend must be\n"
<< " an absolute URI, suitable for use as a\n"
<< " forward proxy."
<< " forward proxy.\n"
<< "\n"
<< " Logging:\n"
<< " -L, --log-level=<LEVEL>\n"