svn commit: r237674 - head/usr.bin/sockstat

Andrew Thompson thompsa at FreeBSD.org
Wed Jun 27 23:26:33 UTC 2012


Author: thompsa
Date: Wed Jun 27 23:26:32 2012
New Revision: 237674
URL: http://svn.freebsd.org/changeset/base/237674

Log:
  Update the usage with the new jail option.
  
  Spotted by:	Jason Hellenthal
  MFC after:	3 days

Modified:
  head/usr.bin/sockstat/sockstat.c

Modified: head/usr.bin/sockstat/sockstat.c
==============================================================================
--- head/usr.bin/sockstat/sockstat.c	Wed Jun 27 22:17:52 2012	(r237673)
+++ head/usr.bin/sockstat/sockstat.c	Wed Jun 27 23:26:32 2012	(r237674)
@@ -733,7 +733,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-head mailing list