aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 534958e7d..a27ff92e2 100644
--- a/usage.c
+++ b/usage.c
@@ -1487,6 +1487,15 @@ const char uuencode_usage[] =
1487 ; 1487 ;
1488#endif 1488#endif
1489 1489
1490#if defined BB_WATCHDOG
1491const 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
1491const char wc_usage[] = 1500const char wc_usage[] =
1492 "wc [OPTION]... [FILE]..." 1501 "wc [OPTION]... [FILE]..."