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-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz |
*: 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. //usage: " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" //usage:#define chpst_full_usage "\n\n" //usage: "Change the process state, run PROG\n" -//usage: "\nOptions:" //usage: "\n -u USER[:GRP] Set uid and gid" //usage: "\n -U USER[:GRP] Set $UID and $GID in environment" //usage: "\n -e DIR Set environment variables as specified by files" @@ -76,7 +75,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //usage: " PROG ARGS" //usage:#define softlimit_full_usage "\n\n" //usage: "Set soft resource limits, then run PROG\n" -//usage: "\nOptions:" //usage: "\n -a BYTES Limit total size of all segments" //usage: "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" //usage: "\n -d BYTES Limit data segment" |