summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 08e3d97..fc08a69 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -152,9 +152,9 @@ main(argc, argv)
memf = nlistf = _PATH_DEVNULL;
while ((ch = getopt(argc, argv,
#if defined(LAZY_PS)
- "aCcefghjLlM:mN:O:o:p:rSTt:U:uv:wxZ")) != -1)
+ "aCcefghjLlM:mN:O:o:p:rSTt:U:uvwxZ")) != -1)
#else
- "aCceghjLlM:mN:O:o:p:rSTt:U:uv:wxZ")) != -1)
+ "aCceghjLlM:mN:O:o:p:rSTt:U:uvwxZ")) != -1)
#endif
switch((char)ch) {
case 'a':
OpenPOWER on IntegriCloud