diff options
author | Rob Landley <rob@landley.net> | 2015-10-28 23:30:36 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-10-28 23:30:36 -0500 |
commit | 9bdd8fd4549e8392b5bec0298e9978436392e342 (patch) | |
tree | 2a8e92e0aed4299548dfbe0dd2e29b448de5bc25 /toys | |
parent | 75df3e5631422ffc3de0d31e04aa9be343190f3e (diff) | |
download | toybox-9bdd8fd4549e8392b5bec0298e9978436392e342.tar.gz |
Promote ps to posix.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/ps.c (renamed from toys/pending/ps.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/ps.c b/toys/posix/ps.c index 6c63d550..0dd4952d 100644 --- a/toys/pending/ps.c +++ b/toys/posix/ps.c @@ -38,7 +38,7 @@ USE_PS(NEWTOY(ps, "aAdeflo*p*s*t*u*U*g*G*w[!ol][+Ae]", TOYFLAG_USR|TOYFLAG_BIN)) config PS bool "ps" - default n + default y help usage: ps [-Aadeflw] [-gG GROUP] [-o FIELD] [-p PID] [-t TTY] [-uU USER] |