From 4380d691dc768a71513e2a6d13558a3ea8dbfda3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Jan 2017 18:51:11 -0600 Subject: Tweak -w help text to clarify that it prevents truncating _any_ fields, not just for terminal width. --- toys/posix/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3