aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-02-12 23:13:35 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-02-12 23:13:35 +0100
commit7cf85e77cf36c2d582fad168996825aae82c9b85 (patch)
tree5293f2bd1e4714fbfd994f3514ab8ace995b6ece
parent58bc4e69967a8feec0a60dfab716985191c12817 (diff)
Fixed --help
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index dd99d741..0bd9cbc8 100644
--- a/conf.c
+++ b/conf.c
@@ -138,6 +138,7 @@ conf_t *conf_load( int argc, char *argv[] )
" -I Classic/InetD mode. (Default)\n"
" -D Daemon mode. (Still EXPERIMENTAL!)\n"
" -F Forking daemon. (one process per client)\n"
+ " -P Specify PID-file (not for inetd mode)\n"
" -i Specify the interface (by IP address) to listen on.\n"
" (Default: 0.0.0.0 (any interface))\n"
" -p Port number to listen on. (Default: 6667)\n"