From 9bf69950e16a5dbd86a352e4340927b707b7b9b6 Mon Sep 17 00:00:00 2001 From: Garance A Drosehn Date: Sun, 4 Apr 2004 17:15:44 +0000 Subject: [PATCH] Add back the `-e' option, which was mistakenly dropped when cleaning up the PS_ARGS string in revision 1.69 (and which was apparently not missed by anyone...). --- bin/ps/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 3439ca7213c0..fb5f92dc7083 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -157,7 +157,7 @@ static char vfmt[] = "pid,state,time,sl,re,pagein,vsz,rss,lim,tsiz," "%cpu,%mem,command"; static char Zfmt[] = "label"; -#define PS_ARGS "AaCc" OPT_LAZY_f "G:gHhjLlM:mN:O:o:p:rSTt:U:uvwXxZ" +#define PS_ARGS "AaCce" OPT_LAZY_f "G:gHhjLlM:mN:O:o:p:rSTt:U:uvwXxZ" int main(int argc, char *argv[])