From f3a0ab6552ef3462ea197077a0645e5b51ea212a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 27 Feb 2015 00:56:26 +0900 Subject: [PATCH] nghttpd: Fix help output so that it can be generated in man/html nicely --- src/nghttpd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nghttpd.cc b/src/nghttpd.cc index 80488233..fc1f70a9 100644 --- a/src/nghttpd.cc +++ b/src/nghttpd.cc @@ -97,7 +97,7 @@ void print_help(std::ostream &out) { Set path to server's certificate. Required unless --no-tls is specified. Options: - -a --address + -a, --address= The address to bind to. If not specified the default IP address determined by getaddrinfo is used. -D, --daemon