[BusyBox-cvs] CVS update of busybox/include (usage.h)

Glenn McGrath bug1 at codepoet.org
Fri Jul 23 03:33:40 UTC 2004


    Date: Thursday, July 22, 2004 @ 21:33:39
  Author: bug1
    Path: /var/cvs/busybox/include

Modified: usage.h (1.215 -> 1.216)

iUpdate reboot usage, patch by  Felipe Kellermann


Index: busybox/include/usage.h
diff -u busybox/include/usage.h:1.215 busybox/include/usage.h:1.216
--- busybox/include/usage.h:1.215	Thu Jul 22 19:27:56 2004
+++ busybox/include/usage.h	Thu Jul 22 21:33:38 2004
@@ -1971,9 +1971,11 @@
 	"Returns the absolute pathnames of given argument."
 
 #define reboot_trivial_usage \
-	""
+	"[-d<delay>]"
 #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 ...]"



More information about the busybox-cvs mailing list