From 5da354a8378889f54dc75f1514b076e9c2ca1ba4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 29 Apr 2016 13:44:01 -0700 Subject: Fix ps -O help output alignment. --- 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 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: -- cgit v1.2.3