aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-07-23 03:33:38 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-07-23 03:33:38 +0000
commit72b14a863885d09538b7d4c8b0ccf1d9954295c3 (patch)
treeae6def987d576a3edcc62a4eef76756034797c7b /include
parent1fbc909570199c22fb38221e4c6523d798141a15 (diff)
downloadbusybox-72b14a863885d09538b7d4c8b0ccf1d9954295c3.tar.gz
iUpdate reboot usage, patch by Felipe Kellermann
Diffstat (limited to 'include')
-rw-r--r--include/usage.h6
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 @@
"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 ...]"