projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fbc909
)
iUpdate reboot usage, patch by Felipe Kellermann
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 23 Jul 2004 03:33:38 +0000
(
03:33
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 23 Jul 2004 03:33:38 +0000
(
03:33
-0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index
d37b3e1
..
fecb945
100644
(file)
--- 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 ...]"