From ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 25 Jan 2001 23:40:32 +0000 Subject: Add in spoon's watchdog timer app. -Erik --- applets/usage.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'applets/usage.c') diff --git a/applets/usage.c b/applets/usage.c index 534958e7d..a27ff92e2 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -1487,6 +1487,15 @@ const char uuencode_usage[] = ; #endif +#if defined BB_WATCHDOG +const char watchdog_usage[] = + "watchdog dev\n" +#ifndef BB_FEATURE_TRIVIAL_HELP + "\nPeriodically write to watchdog device \"dev\".\n" +#endif + ; +#endif + #if defined BB_WC const char wc_usage[] = "wc [OPTION]... [FILE]..." -- cgit v1.2.3