iUpdate reboot usage, patch by Felipe Kellermann
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 23 Jul 2004 03:33:38 +0000 (03:33 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 23 Jul 2004 03:33:38 +0000 (03:33 -0000)
include/usage.h

index d37b3e1..fecb945 100644 (file)
        "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 ...]"