1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Fix usage().

Submitted by:	Adrian Steinmann <ast@marabu.ch>
This commit is contained in:
Poul-Henning Kamp 2006-03-06 07:42:52 +00:00
parent dfc1c0ba36
commit 5c27253056
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156334

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