diff options
author | thompsa <thompsa@FreeBSD.org> | 2012-06-27 23:26:32 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2012-06-27 23:26:32 +0000 |
commit | aeff4d048d253b991c01072e99a75931e559ed5f (patch) | |
tree | b7983ad3960c409e95fd1088253986da55eec178 | |
parent | cc16064ec60995fbfcff9356382c3943888d7750 (diff) | |
download | FreeBSD-src-aeff4d048d253b991c01072e99a75931e559ed5f.zip FreeBSD-src-aeff4d048d253b991c01072e99a75931e559ed5f.tar.gz |
Update the usage with the new jail option.
Spotted by: Jason Hellenthal
MFC after: 3 days
-rw-r--r-- | usr.bin/sockstat/sockstat.c | 2 |
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); } |