projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b14a8
)
Patch from Felipe Kellermann, fixup usage for halt command
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 23 Jul 2004 05:16:17 +0000
(
05:16
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 23 Jul 2004 05:16:17 +0000
(
05:16
-0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index fecb945cd4fd8af86328926921d0e15538192ef4..078fa99192f8967849f828c6b878d0704c379f5e 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-828,9
+828,11
@@
"-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
#define halt_trivial_usage \
- ""
+ "
[-d<delay>
"
#define halt_full_usage \
- "Halt the system."
+ "Halt the system.\n" \
+ "Options:\n" \
+ "\t-d\t\tdelay interval for halting.\n"
#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY
#define USAGE_HDPARM_IDENT(a) a