diff options
author | Elliott Hughes <enh@google.com> | 2016-04-29 13:44:01 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-04-29 18:50:53 -0500 |
commit | 5da354a8378889f54dc75f1514b076e9c2ca1ba4 (patch) | |
tree | d2ad524c211ab707ef8b008168fb8c9f0ceb3dbd | |
parent | 2d7d99cae379c9dbfad828f4aa8b5994f4d1e44f (diff) | |
download | toybox-5da354a8378889f54dc75f1514b076e9c2ca1ba4.tar.gz |
Fix ps -O help output alignment.
-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 9251e041..e56a8e5c 100644 --- a/toys/posix/ps.c +++ b/toys/posix/ps.c @@ -86,7 +86,7 @@ config PS -f Full listing (-o USER:8=UID,PID,PPID,C,STIME,TTY,TIME,CMD) -l Long listing (-o F,S,UID,PID,PPID,C,PRI,NI,ADDR,SZ,WCHAN,TTY,TIME,CMD) -o Output FIELDs instead of defaults, each with optional :size and =title - -O Add FIELDS to defaults + -O Add FIELDS to defaults -Z Include LABEL Available -o FIELDs: |