diff options
author | Denis Vlasenko | 2008-01-24 02:27:30 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-01-24 02:27:30 +0000 |
commit | 1d290d1e24ebe1a5204f16d1dd78255fe76ab60e (patch) | |
tree | f777dbff02cf106afb2049fa991822fbc93f6735 /include/usage.h | |
parent | 9e58921e7ef9f4a9eaad1c672e94e685d019425d (diff) | |
download | busybox-1d290d1e24ebe1a5204f16d1dd78255fe76ab60e.zip busybox-1d290d1e24ebe1a5204f16d1dd78255fe76ab60e.tar.gz |
halt: update help text
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 0b5c66c..2fa8780 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] .." |