summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2009-07-23 10:20:12 +0000
committerbrian <brian@FreeBSD.org>2009-07-23 10:20:12 +0000
commit33ab52b1d12b8eca2d2f75a0e466029e0b41b7da (patch)
tree9596ea238f74f1c4deddfd80ddbc1ae1b94985a0 /bin/ps
parent5840efc14791d14f4025218624c109be96651055 (diff)
downloadFreeBSD-src-33ab52b1d12b8eca2d2f75a0e466029e0b41b7da.zip
FreeBSD-src-33ab52b1d12b8eca2d2f75a0e466029e0b41b7da.tar.gz
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
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 21f6a7e..904a430 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...]]",
OpenPOWER on IntegriCloud