From: Glenn L McGrath Date: Fri, 23 Jul 2004 03:33:38 +0000 (-0000) Subject: iUpdate reboot usage, patch by Felipe Kellermann X-Git-Tag: 1_00_rc2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72b14a863885d09538b7d4c8b0ccf1d9954295c3;p=oweals%2Fbusybox.git iUpdate reboot usage, patch by Felipe Kellermann --- diff --git a/include/usage.h b/include/usage.h index d37b3e137..fecb945cd 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1971,9 +1971,11 @@ "Returns the absolute pathnames of given argument." #define reboot_trivial_usage \ - "" + "[-d]" #define reboot_full_usage \ - "Reboot the system." + "Reboot the system.\n" \ + "Options:\n" \ + "\t-d\t\tdelay interval for rebooting.\n" #define renice_trivial_usage \ "priority pid [pid ...]"