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/ps.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/ps.c')
-rw-r--r-- | procps/ps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/procps/ps.c b/procps/ps.c index 7f273d0a6..213695f16 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]") | 15 | //usage: "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]") |
16 | //usage:#define ps_full_usage "\n\n" | 16 | //usage:#define ps_full_usage "\n\n" |
17 | //usage: "Show list of processes\n" | 17 | //usage: "Show list of processes\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -o COL1,COL2=HEADER Select columns for display" | 18 | //usage: "\n -o COL1,COL2=HEADER Select columns for display" |
20 | //usage: IF_FEATURE_SHOW_THREADS( | 19 | //usage: IF_FEATURE_SHOW_THREADS( |
21 | //usage: "\n -T Show threads" | 20 | //usage: "\n -T Show threads" |
@@ -26,7 +25,6 @@ | |||
26 | //usage:#if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE | 25 | //usage:#if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE |
27 | //usage:#define USAGE_PS "\nThis version of ps accepts no options" | 26 | //usage:#define USAGE_PS "\nThis version of ps accepts no options" |
28 | //usage:#else | 27 | //usage:#else |
29 | //usage:#define USAGE_PS "\nOptions:" | ||
30 | //usage:#endif | 28 | //usage:#endif |
31 | //usage: | 29 | //usage: |
32 | //usage:#define ps_trivial_usage | 30 | //usage:#define ps_trivial_usage |