diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-07-23 03:33:38 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-07-23 03:33:38 +0000 |
commit | 72b14a863885d09538b7d4c8b0ccf1d9954295c3 (patch) | |
tree | ae6def987d576a3edcc62a4eef76756034797c7b | |
parent | 1fbc909570199c22fb38221e4c6523d798141a15 (diff) | |
download | busybox-w32-72b14a863885d09538b7d4c8b0ccf1d9954295c3.tar.gz busybox-w32-72b14a863885d09538b7d4c8b0ccf1d9954295c3.tar.bz2 busybox-w32-72b14a863885d09538b7d4c8b0ccf1d9954295c3.zip |
iUpdate reboot usage, patch by Felipe Kellermann
-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 d37b3e137..fecb945cd 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1971,9 +1971,11 @@ | |||
1971 | "Returns the absolute pathnames of given argument." | 1971 | "Returns the absolute pathnames of given argument." |
1972 | 1972 | ||
1973 | #define reboot_trivial_usage \ | 1973 | #define reboot_trivial_usage \ |
1974 | "" | 1974 | "[-d<delay>]" |
1975 | #define reboot_full_usage \ | 1975 | #define reboot_full_usage \ |
1976 | "Reboot the system." | 1976 | "Reboot the system.\n" \ |
1977 | "Options:\n" \ | ||
1978 | "\t-d\t\tdelay interval for rebooting.\n" | ||
1977 | 1979 | ||
1978 | #define renice_trivial_usage \ | 1980 | #define renice_trivial_usage \ |
1979 | "priority pid [pid ...]" | 1981 | "priority pid [pid ...]" |