From aeff4d048d253b991c01072e99a75931e559ed5f Mon Sep 17 00:00:00 2001 From: thompsa Date: Wed, 27 Jun 2012 23:26:32 +0000 Subject: Update the usage with the new jail option. Spotted by: Jason Hellenthal MFC after: 3 days --- usr.bin/sockstat/sockstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/sockstat') 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); } -- cgit v1.1