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...).
This commit is contained in:
Garance A Drosehn 2004-04-04 17:15:44 +00:00
parent 44e421c906
commit 9bf69950e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127843

View file

@ -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[])