Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2012 23:26:33 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237674 - head/usr.bin/sockstat
Message-ID:  <201206272326.q5RNQX96039010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206272326.q5RNQX96039010>