From 0f83379dc0fff2e71554a147c1c210a8317f50e9 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 7 Jun 2011 11:08:47 +0000 Subject: Mention that the value is in seconds --HG-- extra : convert_revision : fcdafc69f831ab356b34815958114cc3d75d23bb --- svr-runopts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svr-runopts.c') 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 (default %d, larger may be faster, max 1MB)\n" - "-K (0 is never, default %d)\n" - "-I (0 is never, default %d)\n" + "-K (0 is never, default %d, in seconds)\n" + "-I (0 is never, default %d, in seconds)\n" #ifdef DEBUG_TRACE "-v verbose (compiled with DEBUG_TRACE)\n" #endif -- cgit v1.2.3