summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-06-23 11:40:56 +0000
committergad <gad@FreeBSD.org>2004-06-23 11:40:56 +0000
commiteb9807848c2e4258f5d8291faf1b0bfc00e57d34 (patch)
tree051f437d3e6d001a34bb50b8acc7dbf1740b2f1a /bin/ps
parent2e340f35b76c7b595dc974e2f8d29096a54412a0 (diff)
downloadFreeBSD-src-eb9807848c2e4258f5d8291faf1b0bfc00e57d34.zip
FreeBSD-src-eb9807848c2e4258f5d8291faf1b0bfc00e57d34.tar.gz
Include the `-c' option in the usage() message.
Submitted by: Cyrille Lefevre
Diffstat (limited to 'bin/ps')
-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 82b6f9f..55d1920 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]",
OpenPOWER on IntegriCloud