From c7bec96b05cafa294d4f33b3317f60e846116d32 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Wed, 27 Jun 2012 23:26:32 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index f60d9fb7431e..c80c8335168d 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); }