halt: update help text

This commit is contained in:
Denis Vlasenko 2008-01-24 02:27:30 +00:00
parent 9e58921e7e
commit 1d290d1e24

View File

@ -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] .."