diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-24 02:27:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-24 02:27:30 +0000 |
commit | 1d290d1e24ebe1a5204f16d1dd78255fe76ab60e (patch) | |
tree | f777dbff02cf106afb2049fa991822fbc93f6735 | |
parent | 9e58921e7ef9f4a9eaad1c672e94e685d019425d (diff) | |
download | busybox-w32-1d290d1e24ebe1a5204f16d1dd78255fe76ab60e.tar.gz busybox-w32-1d290d1e24ebe1a5204f16d1dd78255fe76ab60e.tar.bz2 busybox-w32-1d290d1e24ebe1a5204f16d1dd78255fe76ab60e.zip |
halt: update help text
-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 0b5c66cc9..2fa878061 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1328,10 +1328,13 @@ USE_FEATURE_BRCTL_FANCY("\n" \ | |||
1328 | "[-d delay] [-n] [-f]" | 1328 | "[-d delay] [-n] [-f]" |
1329 | #define halt_full_usage \ | 1329 | #define halt_full_usage \ |
1330 | "Halt the system" \ | 1330 | "Halt the system" \ |
1331 | "\n\nOptions:\n" \ | 1331 | "\n\nOptions:" \ |
1332 | " -d Delay interval for halting\n" \ | 1332 | "\n -d Delay interval for halting" \ |
1333 | " -n No call to sync()\n" \ | 1333 | "\n -n No call to sync()" \ |
1334 | " -f Force halt (don't go through init)" | 1334 | "\n -f Force halt (don't go through init)" \ |
1335 | USE_FEATURE_WTMP( \ | ||
1336 | "\n -w Only write a wtmp record" \ | ||
1337 | ) | ||
1335 | 1338 | ||
1336 | #define hdparm_trivial_usage \ | 1339 | #define hdparm_trivial_usage \ |
1337 | "[options] [device] .." | 1340 | "[options] [device] .." |