summaryrefslogtreecommitdiff
path: root/svr-runopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-runopts.c')
-rw-r--r--svr-runopts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/svr-runopts.c b/svr-runopts.c
index 2e836d2..c6e3508 100644
--- a/svr-runopts.c
+++ b/svr-runopts.c
@@ -81,8 +81,8 @@ static void printhelp(const char * progname) {
"-i Start for inetd\n"
#endif
"-W <receive_window_buffer> (default %d, larger may be faster, max 1MB)\n"
- "-K <keepalive> (0 is never, default %d)\n"
- "-I <idle_timeout> (0 is never, default %d)\n"
+ "-K <keepalive> (0 is never, default %d, in seconds)\n"
+ "-I <idle_timeout> (0 is never, default %d, in seconds)\n"
#ifdef DEBUG_TRACE
"-v verbose (compiled with DEBUG_TRACE)\n"
#endif