summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2004-06-23 11:40:56 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2004-06-23 11:40:56 +0000
commit31172f6e1bdc7521e6087dde38c917dd8eb36b02 (patch)
tree051f437d3e6d001a34bb50b8acc7dbf1740b2f1a /bin
parentb4b243242b8c26df85cc4254753e8ab7f093a881 (diff)
downloadsrc-test2-31172f6e1bdc7521e6087dde38c917dd8eb36b02.tar.gz
src-test2-31172f6e1bdc7521e6087dde38c917dd8eb36b02.zip
Notes
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 82b6f9ff3e41..55d1920ab031 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -1135,7 +1135,7 @@ kludge_oldps_options(const char *optlist, char *origval, const char *nextarg)
static void
usage(void)
{
-#define SINGLE_OPTS "[-aC" OPT_LAZY_f "HhjlmrSTuvwXxZ]"
+#define SINGLE_OPTS "[-aCc" OPT_LAZY_f "HhjlmrSTuvwXxZ]"
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: ps " SINGLE_OPTS " [-G gid[,gid]] [-O|o fmt]",