diff options
-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 ...]" |