diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server.c | 3 |
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" \ |