diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-02-12 23:13:35 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-02-12 23:13:35 +0100 |
commit | 7cf85e77cf36c2d582fad168996825aae82c9b85 (patch) | |
tree | 5293f2bd1e4714fbfd994f3514ab8ace995b6ece /conf.c | |
parent | 58bc4e69967a8feec0a60dfab716985191c12817 (diff) |
Fixed --help
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |