diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-25 23:40:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-25 23:40:32 +0000 |
commit | ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 (patch) | |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /usage.c | |
parent | 8ba1b1120ee08b281f8bae2837c8f3307d166872 (diff) |
Add in spoon's watchdog timer app.
-Erik
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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]..." |