svn commit: r195830 - head/bin/ps

Brian Somers brian at FreeBSD.org
Thu Jul 23 10:20:13 UTC 2009


Author: brian
Date: Thu Jul 23 10:20:12 2009
New Revision: 195830
URL: http://svn.freebsd.org/changeset/base/195830

Log:
  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

Modified:
  head/bin/ps/ps.c

Modified: head/bin/ps/ps.c
==============================================================================
--- head/bin/ps/ps.c	Thu Jul 23 01:35:13 2009	(r195829)
+++ head/bin/ps/ps.c	Thu Jul 23 10:20:12 2009	(r195830)
@@ -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-all mailing list