diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 04:49:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 04:49:20 +0200 |
commit | ddd477993505b1a97b705489c45a3f63594452b8 (patch) | |
tree | 6da5b0f5a1201e291c36035e16840dd8a0bed38c /conf.c | |
parent | 1bf94924d6ae35c4369006ddbb6405ff0af74fe8 (diff) | |
parent | b6cd9e9fe0aa86e83fc4a43b3db2240839e2103a (diff) |
Merge trunk.
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ conf_t *conf_load( int argc, char *argv[] ) "An IRC-to-other-chat-networks gateway\n" "\n" " -I Classic/InetD mode. (Default)\n" - " -D Daemon mode. (Still EXPERIMENTAL!)\n" + " -D Daemon mode. (one process serves all)\n" " -F Forking daemon. (one process per client)\n" " -u Run daemon as specified user.\n" " -P Specify PID-file (not for inetd mode)\n" |