summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2011-06-07 11:08:47 +0000
committerMatt Johnston <matt@ucc.asn.au>2011-06-07 11:08:47 +0000
commit24c6d458699893a70bee9e12f0c2851a164c1048 (patch)
tree8adbf955bb83ec32ea0ac377f18303f82b999fc9
parent13d367d4be0ac29c5a670783178a688ecaa8e7bd (diff)
downloaddropbear-24c6d458699893a70bee9e12f0c2851a164c1048.tar.gz
Mention that the value is in seconds
-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