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]"
|
||||
#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] .."
|
||||
|
Loading…
x
Reference in New Issue
Block a user