diff options
-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] |