summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2012-06-27 23:26:32 +0000
committerthompsa <thompsa@FreeBSD.org>2012-06-27 23:26:32 +0000
commitaeff4d048d253b991c01072e99a75931e559ed5f (patch)
treeb7983ad3960c409e95fd1088253986da55eec178 /usr.bin/sockstat
parentcc16064ec60995fbfcff9356382c3943888d7750 (diff)
downloadFreeBSD-src-aeff4d048d253b991c01072e99a75931e559ed5f.zip
FreeBSD-src-aeff4d048d253b991c01072e99a75931e559ed5f.tar.gz
Update the usage with the new jail option.
Spotted by: Jason Hellenthal MFC after: 3 days
Diffstat (limited to 'usr.bin/sockstat')
-rw-r--r--usr.bin/sockstat/sockstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c
index f60d9fb..c80c833 100644
--- a/usr.bin/sockstat/sockstat.c
+++ b/usr.bin/sockstat/sockstat.c
@@ -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);
}
OpenPOWER on IntegriCloud