diff options
Diffstat (limited to 'toys/posix/ps.c')
-rw-r--r-- | toys/posix/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ps.c b/toys/posix/ps.c index 76bd2e48..6035bd80 100644 --- a/toys/posix/ps.c +++ b/toys/posix/ps.c @@ -79,7 +79,7 @@ config PS -k Sort FIELDs in +increasing or -decreasting order (--sort) -M Measure field widths (expanding as necessary) -n Show numeric USER and GROUP - -w Wide output (don't truncate at terminal width) + -w Wide output (don't truncate fields) Which FIELDs to show. (Default = -o PID,TTY,TIME,CMD) |