From a83bae5bd260bbaaf814724b980462af6ff56f99 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Fri, 15 Jul 2016 19:47:58 -0400 Subject: [PATCH] update lighttpd -h --- src/server.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server.c b/src/server.c index ddab20e5..3bd860fc 100644 --- a/src/server.c +++ b/src/server.c @@ -721,7 +721,8 @@ static void show_help (void) { " -i graceful shutdown after of inactivity\n" \ " -1 process single (one) request on stdin socket, then exit\n" \ " -p print the parsed config-file in internal form, and exit\n" \ -" -t test the config-file, and exit\n" \ +" -t test config-file syntax, then exit\n" \ +" -tt test config-file syntax, load and init modules, then exit\n" \ " -D don't go to background (default: go to background)\n" \ " -v show version\n" \ " -V show compile-time features\n" \ -- 2.11.4.GIT