From 1d290d1e24ebe1a5204f16d1dd78255fe76ab60e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 24 Jan 2008 02:27:30 +0000 Subject: halt: update help text --- include/usage.h | 11 +++++++---- 1 file 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] .." -- cgit v1.2.3