diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-05 03:58:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-05 03:58:28 +0200 |
commit | 66426760beef7e87c4735f433d123daf911b5b4a (patch) | |
tree | 7aa341ba4d1b01b69feeb878d1b78f974207abb0 /init/halt.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) |
*: remove "Options:" string from help texts
function old new delta
packed_usage 28706 28623 -83
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init/halt.c')
-rw-r--r-- | init/halt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/halt.c b/init/halt.c index a84a72747..433326dd4 100644 --- a/init/halt.c +++ b/init/halt.c @@ -43,7 +43,6 @@ //usage: "[-d DELAY] [-n] [-f]" IF_FEATURE_WTMP(" [-w]") //usage:#define halt_full_usage "\n\n" //usage: "Halt the system\n" -//usage: "\nOptions:" //usage: "\n -d SEC Delay interval" //usage: "\n -n Do not sync" //usage: "\n -f Force (don't go through init)" @@ -55,7 +54,6 @@ //usage: "[-d DELAY] [-n] [-f]" //usage:#define poweroff_full_usage "\n\n" //usage: "Halt and shut off power\n" -//usage: "\nOptions:" //usage: "\n -d SEC Delay interval" //usage: "\n -n Do not sync" //usage: "\n -f Force (don't go through init)" @@ -64,7 +62,6 @@ //usage: "[-d DELAY] [-n] [-f]" //usage:#define reboot_full_usage "\n\n" //usage: "Reboot the system\n" -//usage: "\nOptions:" //usage: "\n -d SEC Delay interval" //usage: "\n -n Do not sync" //usage: "\n -f Force (don't go through init)" |