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:
9e58921
)
halt: update help text
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 24 Jan 2008 02:27:30 +0000
(
02:27
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 24 Jan 2008 02:27:30 +0000
(
02:27
-0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 0b5c66cc995cb0b66f5df68cc7d668cf04856a73..2fa878061e8755940b974442e6895e2795565c07 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-1328,10
+1328,13
@@
USE_FEATURE_BRCTL_FANCY("\n" \
"[-d delay] [-n] [-f]"
#define halt_full_usage \
"Halt the system" \
- "\n\nOptions:\n" \
- " -d Delay interval for halting\n" \
- " -n No call to sync()\n" \
- " -f Force halt (don't go through init)"
+ "\n\nOptions:" \
+ "\n -d Delay interval for halting" \
+ "\n -n No call to sync()" \
+ "\n -f Force halt (don't go through init)" \
+ USE_FEATURE_WTMP( \
+ "\n -w Only write a wtmp record" \
+ )
#define hdparm_trivial_usage \
"[options] [device] .."