Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-26 02:40:32 +0300
committerEric Andersen <andersen@codepoet.org>2001-01-26 02:40:32 +0300
commitffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch)
treeca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /applets
parent8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff)
Add in spoon's watchdog timer app.
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c9
1 files changed, 9 insertions, 0 deletions
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]..."