summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-07-15 19:47:58 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-07-15 19:47:58 -0400
commita83bae5bd260bbaaf814724b980462af6ff56f99 (patch)
tree2b46d0235b7be74129c75657b2b1943d80904cff /src
parent8861c2bb54f31c8fbbf6733d4de7bf54d940dec6 (diff)
downloadlighttpd-git-a83bae5bd260bbaaf814724b980462af6ff56f99.tar.gz
update lighttpd -h
Diffstat (limited to 'src')
-rw-r--r--src/server.c3
1 files changed, 2 insertions, 1 deletions
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 <secs> graceful shutdown after <secs> 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" \