halt: update help text
This commit is contained in:
parent
9e58921e7e
commit
1d290d1e24
@ -1328,10 +1328,13 @@ USE_FEATURE_BRCTL_FANCY("\n" \
|
|||||||
"[-d delay] [-n] [-f]"
|
"[-d delay] [-n] [-f]"
|
||||||
#define halt_full_usage \
|
#define halt_full_usage \
|
||||||
"Halt the system" \
|
"Halt the system" \
|
||||||
"\n\nOptions:\n" \
|
"\n\nOptions:" \
|
||||||
" -d Delay interval for halting\n" \
|
"\n -d Delay interval for halting" \
|
||||||
" -n No call to sync()\n" \
|
"\n -n No call to sync()" \
|
||||||
" -f Force halt (don't go through init)"
|
"\n -f Force halt (don't go through init)" \
|
||||||
|
USE_FEATURE_WTMP( \
|
||||||
|
"\n -w Only write a wtmp record" \
|
||||||
|
)
|
||||||
|
|
||||||
#define hdparm_trivial_usage \
|
#define hdparm_trivial_usage \
|
||||||
"[options] [device] .."
|
"[options] [device] .."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user