From 00fe26929235bada2f0e5637b6b0e10299f9c7ad Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 6 Mar 2006 07:42:52 +0000 Subject: Fix usage(). Submitted by: Adrian Steinmann --- usr.sbin/watchdogd/watchdogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/watchdogd') diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c index 01ccdd6..5f8f0be 100644 --- a/usr.sbin/watchdogd/watchdogd.c +++ b/usr.sbin/watchdogd/watchdogd.c @@ -218,7 +218,7 @@ usage() if (is_daemon) fprintf(stderr, "usage: watchdogd [-d] [-e cmd] [-I file]\n"); else - fprintf(stderr, "usage: watchdog [-d] [-t]\n"); + fprintf(stderr, "usage: watchdog [-d] [-t timeout]\n"); exit(EX_USAGE); } -- cgit v1.1