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:
parent
dfc1c0ba36
commit
5c27253056
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156334
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user