diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 23:40:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 23:40:32 +0000 |
commit | a2ba768c18190ba57d9502deb3017aee4c37e36c (patch) | |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /applets | |
parent | cb564a94bc7a97cca151f1ab8625ed45187e6cef (diff) | |
download | busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.tar.gz busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.tar.bz2 busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.zip |
Add in spoon's watchdog timer app.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1672 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 9 |
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[] = | |||
1487 | ; | 1487 | ; |
1488 | #endif | 1488 | #endif |
1489 | 1489 | ||
1490 | #if defined BB_WATCHDOG | ||
1491 | const char watchdog_usage[] = | ||
1492 | "watchdog dev\n" | ||
1493 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
1494 | "\nPeriodically write to watchdog device \"dev\".\n" | ||
1495 | #endif | ||
1496 | ; | ||
1497 | #endif | ||
1498 | |||
1490 | #if defined BB_WC | 1499 | #if defined BB_WC |
1491 | const char wc_usage[] = | 1500 | const char wc_usage[] = |
1492 | "wc [OPTION]... [FILE]..." | 1501 | "wc [OPTION]... [FILE]..." |