diff options
author | Glenn L McGrath | 2004-07-23 03:33:38 +0000 |
---|---|---|
committer | Glenn L McGrath | 2004-07-23 03:33:38 +0000 |
commit | 72b14a863885d09538b7d4c8b0ccf1d9954295c3 (patch) | |
tree | ae6def987d576a3edcc62a4eef76756034797c7b /include/usage.h | |
parent | 1fbc909570199c22fb38221e4c6523d798141a15 (diff) | |
download | busybox-72b14a863885d09538b7d4c8b0ccf1d9954295c3.zip busybox-72b14a863885d09538b7d4c8b0ccf1d9954295c3.tar.gz |
iUpdate reboot usage, patch by Felipe Kellermann
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index d37b3e1..fecb945 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<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 ...]" |