aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-01-24 02:27:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-01-24 02:27:30 +0000
commit1d290d1e24ebe1a5204f16d1dd78255fe76ab60e (patch)
treef777dbff02cf106afb2049fa991822fbc93f6735 /include
parent9e58921e7ef9f4a9eaad1c672e94e685d019425d (diff)
downloadbusybox-1d290d1e24ebe1a5204f16d1dd78255fe76ab60e.tar.gz
halt: update help text
Diffstat (limited to 'include')
-rw-r--r--include/usage.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 0b5c66cc9..2fa878061 100644
--- 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] .."