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 /runit | |
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 'runit')
-rw-r--r-- | runit/chpst.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index 63da4797f..185706089 100644 --- a/runit/chpst.c +++ b/runit/chpst.c | |||
@@ -34,7 +34,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
34 | //usage: " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" | 34 | //usage: " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" |
35 | //usage:#define chpst_full_usage "\n\n" | 35 | //usage:#define chpst_full_usage "\n\n" |
36 | //usage: "Change the process state, run PROG\n" | 36 | //usage: "Change the process state, run PROG\n" |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -u USER[:GRP] Set uid and gid" | 37 | //usage: "\n -u USER[:GRP] Set uid and gid" |
39 | //usage: "\n -U USER[:GRP] Set $UID and $GID in environment" | 38 | //usage: "\n -U USER[:GRP] Set $UID and $GID in environment" |
40 | //usage: "\n -e DIR Set environment variables as specified by files" | 39 | //usage: "\n -e DIR Set environment variables as specified by files" |
@@ -76,7 +75,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
76 | //usage: " PROG ARGS" | 75 | //usage: " PROG ARGS" |
77 | //usage:#define softlimit_full_usage "\n\n" | 76 | //usage:#define softlimit_full_usage "\n\n" |
78 | //usage: "Set soft resource limits, then run PROG\n" | 77 | //usage: "Set soft resource limits, then run PROG\n" |
79 | //usage: "\nOptions:" | ||
80 | //usage: "\n -a BYTES Limit total size of all segments" | 78 | //usage: "\n -a BYTES Limit total size of all segments" |
81 | //usage: "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" | 79 | //usage: "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" |
82 | //usage: "\n -d BYTES Limit data segment" | 80 | //usage: "\n -d BYTES Limit data segment" |