aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h11
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" \
"[-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] .."