svn commit: r237850 - stable/9/usr.bin/sockstat

Andrew Thompson thompsa at FreeBSD.org
Sat Jun 30 18:57:55 UTC 2012


Author: thompsa
Date: Sat Jun 30 18:57:55 2012
New Revision: 237850
URL: http://svn.freebsd.org/changeset/base/237850

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

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

Modified: stable/9/usr.bin/sockstat/sockstat.c
==============================================================================
--- stable/9/usr.bin/sockstat/sockstat.c	Sat Jun 30 18:56:08 2012	(r237849)
+++ stable/9/usr.bin/sockstat/sockstat.c	Sat Jun 30 18:57:55 2012	(r237850)
@@ -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