svn commit: r237674 - head/usr.bin/sockstat
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);
}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"