aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2009-07-23 10:20:12 +0000
committerBrian Somers <brian@FreeBSD.org>2009-07-23 10:20:12 +0000
commitaa14b5ab8940295a035871cd86049b078a91746f (patch)
tree9596ea238f74f1c4deddfd80ddbc1ae1b94985a0
parent1e237f59b5edad0d11b88ce2aa257a9403e37816 (diff)
Add the -d switch to the usage message.
Submitted by: Emil Mikulic - emil at dmr dot ath dot cx Approved by: re (kib) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=195830
-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 21f6a7e849b3..904a430c1af5 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -1331,7 +1331,7 @@ check_procfs(void)
static void
usage(void)
{
-#define SINGLE_OPTS "[-aCce" OPT_LAZY_f "HhjlmrSTuvwXxZ]"
+#define SINGLE_OPTS "[-aCcde" OPT_LAZY_f "HhjlmrSTuvwXxZ]"
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: ps " SINGLE_OPTS " [-O fmt | -o fmt] [-G gid[,gid...]]",