svn commit: r237851 - stable/8/usr.bin/sockstat

Andrew Thompson thompsa at FreeBSD.org
Sat Jun 30 18:58:22 UTC 2012


Author: thompsa
Date: Sat Jun 30 18:58:21 2012
New Revision: 237851
URL: http://svn.freebsd.org/changeset/base/237851

Log:
  MFC r237674
  
   Update the usage with the new jail option.

Modified:
  stable/8/usr.bin/sockstat/sockstat.c
Directory Properties:
  stable/8/usr.bin/sockstat/   (props changed)

Modified: stable/8/usr.bin/sockstat/sockstat.c
==============================================================================
--- stable/8/usr.bin/sockstat/sockstat.c	Sat Jun 30 18:57:55 2012	(r237850)
+++ stable/8/usr.bin/sockstat/sockstat.c	Sat Jun 30 18:58:21 2012	(r237851)
@@ -732,7 +732,7 @@ static void
 usage(void)
 {
 	fprintf(stderr,
-	    "Usage: sockstat [-46cLlu] [-p ports] [-P protocols]\n");
+	    "Usage: sockstat [-46cLlu] [-j jid] [-p ports] [-P protocols]\n");
 	exit(1);
 }
 


More information about the svn-src-all mailing list