OSDN Git Service

Tweak -w help text to clarify that it prevents truncating _any_ fields, not
authorRob Landley <rob@landley.net>
Sun, 29 Jan 2017 00:51:11 +0000 (18:51 -0600)
committerRob Landley <rob@landley.net>
Sun, 29 Jan 2017 00:51:11 +0000 (18:51 -0600)
just for terminal width.

toys/posix/ps.c

index 76bd2e4..6035bd8 100644 (file)
@@ -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)