diff options
author | Rob Landley <rob@landley.net> | 2017-01-28 18:51:11 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-01-28 18:51:11 -0600 |
commit | 4380d691dc768a71513e2a6d13558a3ea8dbfda3 (patch) | |
tree | af109cbccfb7a4640209eadf43d7719552ca6e59 | |
parent | 87897b2febae6ca5a50b6c6292923dc5585b12eb (diff) | |
download | toybox-4380d691dc768a71513e2a6d13558a3ea8dbfda3.tar.gz |
Tweak -w help text to clarify that it prevents truncating _any_ fields, not
just for terminal width.
-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) |