From dc2fe52e572f10c5c2f3c6c313a6f98f6b68d354 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 12 Jan 2013 16:42:48 +0900 Subject: [PATCH] shrpx: Add missing \n to help message --- src/shrpx.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index 795c996e..a9f34b43 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -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=\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=\n"