Make cin be static
[oweals/busybox.git] / usage.c
diff --git a/usage.c b/usage.c
index 534958e7d1fadc0685c9df223ef1f30547b4bd1e..a27ff92e2527b6cea9947448ef1016b3f9313405 100644 (file)
--- a/usage.c
+++ b/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]..."