Update the usage with the new jail option.

Spotted by:	Jason Hellenthal
MFC after:	3 days
This commit is contained in:
Andrew Thompson 2012-06-27 23:26:32 +00:00
parent a6c8226584
commit c7bec96b05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237674

View File

@ -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);
}