Fix usage().

Submitted by:	Adrian Steinmann <ast@marabu.ch>
This commit is contained in:
phk 2006-03-06 07:42:52 +00:00
parent 2c76f6757e
commit 00fe269292

View File

@ -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);
}