Skip to content
Snippets Groups Projects
Commit 0f83379d authored by Matt Johnston's avatar Matt Johnston
Browse files

Mention that the value is in seconds

--HG--
extra : convert_revision : fcdafc69f831ab356b34815958114cc3d75d23bb
parent ca6d5fd0
Branches
Tags
No related merge requests found
...@@ -81,8 +81,8 @@ static void printhelp(const char * progname) { ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment