diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 11 |
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" \ | |||
1328 | "[-d delay] [-n] [-f]" | 1328 | "[-d delay] [-n] [-f]" |
1329 | #define halt_full_usage \ | 1329 | #define halt_full_usage \ |
1330 | "Halt the system" \ | 1330 | "Halt the system" \ |
1331 | "\n\nOptions:\n" \ | 1331 | "\n\nOptions:" \ |
1332 | " -d Delay interval for halting\n" \ | 1332 | "\n -d Delay interval for halting" \ |
1333 | " -n No call to sync()\n" \ | 1333 | "\n -n No call to sync()" \ |
1334 | " -f Force halt (don't go through init)" | 1334 | "\n -f Force halt (don't go through init)" \ |
1335 | USE_FEATURE_WTMP( \ | ||
1336 | "\n -w Only write a wtmp record" \ | ||
1337 | ) | ||
1335 | 1338 | ||
1336 | #define hdparm_trivial_usage \ | 1339 | #define hdparm_trivial_usage \ |
1337 | "[options] [device] .." | 1340 | "[options] [device] .." |