summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-04-04 17:15:44 +0000
committergad <gad@FreeBSD.org>2004-04-04 17:15:44 +0000
commit9f5d42a05e638500f836885d9d3ff8eba6044f97 (patch)
treeca2fb97754e61a31b108d9aed1a531c14782bcbc /bin
parent6a02d57aea73979b311c1c5b5d59bd5cfe799ad9 (diff)
downloadFreeBSD-src-9f5d42a05e638500f836885d9d3ff8eba6044f97.zip
FreeBSD-src-9f5d42a05e638500f836885d9d3ff8eba6044f97.tar.gz
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...).
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 3439ca7..fb5f92d 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[])
OpenPOWER on IntegriCloud