*: remove "Options:" string from help texts
[oweals/busybox.git] / runit / chpst.c
index 63da4797f8a6220b6f1b6d548d6c6720a652b176..185706089d60b4afa6fbc5125a89dd5a213bac46 100644 (file)
@@ -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"