svn commit: r196050 - stable/7/bin/ps
Brian Somers
brian at FreeBSD.org
Mon Aug 3 09:58:47 UTC 2009
Author: brian
Date: Mon Aug 3 09:58:46 2009
New Revision: 196050
URL: http://svn.freebsd.org/changeset/base/196050
Log:
MFC: Add the -d switch to the usage message.
Modified:
stable/7/bin/ps/ (props changed)
stable/7/bin/ps/ps.c
Modified: stable/7/bin/ps/ps.c
==============================================================================
--- stable/7/bin/ps/ps.c Mon Aug 3 09:55:03 2009 (r196049)
+++ stable/7/bin/ps/ps.c Mon Aug 3 09:58:46 2009 (r196050)
@@ -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...]]",
More information about the svn-src-stable
mailing list