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 /procps/kill.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) | |
download | busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.bz2 busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.zip |
*: 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 'procps/kill.c')
-rw-r--r-- | procps/kill.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/procps/kill.c b/procps/kill.c index 6776d9546..224e5ad1a 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-l] [-SIG] PID..." | 12 | //usage: "[-l] [-SIG] PID..." |
13 | //usage:#define kill_full_usage "\n\n" | 13 | //usage:#define kill_full_usage "\n\n" |
14 | //usage: "Send a signal (default: TERM) to given PIDs\n" | 14 | //usage: "Send a signal (default: TERM) to given PIDs\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -l List all signal names and numbers" | 15 | //usage: "\n -l List all signal names and numbers" |
17 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ | 16 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ |
18 | //usage: | 17 | //usage: |
@@ -30,7 +29,6 @@ | |||
30 | //usage: "[-l] [-q] [-SIG] PROCESS_NAME..." | 29 | //usage: "[-l] [-q] [-SIG] PROCESS_NAME..." |
31 | //usage:#define killall_full_usage "\n\n" | 30 | //usage:#define killall_full_usage "\n\n" |
32 | //usage: "Send a signal (default: TERM) to given processes\n" | 31 | //usage: "Send a signal (default: TERM) to given processes\n" |
33 | //usage: "\nOptions:" | ||
34 | //usage: "\n -l List all signal names and numbers" | 32 | //usage: "\n -l List all signal names and numbers" |
35 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ | 33 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ |
36 | //usage: "\n -q Don't complain if no processes were killed" | 34 | //usage: "\n -q Don't complain if no processes were killed" |
@@ -42,7 +40,6 @@ | |||
42 | //usage: "[-l] [-SIG] [-o PID]..." | 40 | //usage: "[-l] [-SIG] [-o PID]..." |
43 | //usage:#define killall5_full_usage "\n\n" | 41 | //usage:#define killall5_full_usage "\n\n" |
44 | //usage: "Send a signal (default: TERM) to all processes outside current session\n" | 42 | //usage: "Send a signal (default: TERM) to all processes outside current session\n" |
45 | //usage: "\nOptions:" | ||
46 | //usage: "\n -l List all signal names and numbers" | 43 | //usage: "\n -l List all signal names and numbers" |
47 | //usage: "\n -o PID Don't signal this PID" | 44 | //usage: "\n -o PID Don't signal this PID" |
48 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ | 45 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ |