aboutsummaryrefslogtreecommitdiff
path: root/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.c')
-rw-r--r--watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.c b/watchdog.c
index 7026cc005..65d0fc35f 100644
--- a/watchdog.c
+++ b/watchdog.c
@@ -31,7 +31,7 @@ extern int watchdog_main(int argc, char **argv)
int fd;
if (argc != 2) {
- usage(watchdog_usage);
+ show_usage();
}
if ((fd=open(argv[1], O_WRONLY)) == -1) {