Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / usage.c
diff --git a/usage.c b/usage.c
index a9862fd3db0288d4537d01b557b0508b162e9f02..a27ff92e2527b6cea9947448ef1016b3f9313405 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -532,6 +532,7 @@ const char id_usage[] =
        "Options:\n"
        "\t-g\tprints only the group ID\n"
        "\t-u\tprints only the user ID\n"
+       "\t-n\tprint a name instead of a number (with for -ug)\n"
        "\t-r\tprints the real user ID instead of the effective ID (with -ug)"
 #endif
        ;
@@ -1486,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]..."