aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2012-06-30 18:58:21 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2012-06-30 18:58:21 +0000
commitf1ad9dce2ac8b2f6530523b36a4aa4c70b96bc8b (patch)
treea74070e6295b70e219766a97b28b91419265a49c /usr.bin
parent77f4006d97f0fdf307fb3483b0db1d925ea990ad (diff)
downloadsrc-f1ad9dce2ac8b2f6530523b36a4aa4c70b96bc8b.tar.gz
src-f1ad9dce2ac8b2f6530523b36a4aa4c70b96bc8b.zip
MFC r237674
Update the usage with the new jail option.
Notes
Notes: svn path=/stable/8/; revision=237851
Diffstat (limited to 'usr.bin')
-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 62f9050f278c..59708f3dafdc 100644
--- a/usr.bin/sockstat/sockstat.c
+++ b/usr.bin/sockstat/sockstat.c
@@ -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);
}