Date: Sat, 30 Jun 2012 18:58:21 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r237851 - stable/8/usr.bin/sockstat Message-ID: <201206301858.q5UIwLGu036073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206301858.q5UIwLGu036073>