Mention that the value is in seconds

--HG--
extra : convert_revision : fcdafc69f831ab356b34815958114cc3d75d23bb
This commit is contained in:
Matt Johnston 2011-06-07 11:08:47 +00:00
parent ca6d5fd05c
commit 0f83379dc0

View File

@ -81,8 +81,8 @@ static void printhelp(const char * progname) {
"-i Start for inetd\n" "-i Start for inetd\n"
#endif #endif
"-W <receive_window_buffer> (default %d, larger may be faster, max 1MB)\n" "-W <receive_window_buffer> (default %d, larger may be faster, max 1MB)\n"
"-K <keepalive> (0 is never, default %d)\n" "-K <keepalive> (0 is never, default %d, in seconds)\n"
"-I <idle_timeout> (0 is never, default %d)\n" "-I <idle_timeout> (0 is never, default %d, in seconds)\n"
#ifdef DEBUG_TRACE #ifdef DEBUG_TRACE
"-v verbose (compiled with DEBUG_TRACE)\n" "-v verbose (compiled with DEBUG_TRACE)\n"
#endif #endif