From 594a0622e39ee82afdd0b5e0d8e00304f8f5b0f3 Mon Sep 17 00:00:00 2001 From: thompsa Date: Sat, 30 Jun 2012 18:58:21 +0000 Subject: [PATCH] MFC r237674 Update the usage with the new jail option. git-svn-id: svn://svn.freebsd.org/base/stable/8@237851 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/sockstat/sockstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 62f9050f2..59708f3da 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); } -- 2.45.0