Add -L to usage().

This commit is contained in:
Bruce M Simpson 2008-05-19 11:35:11 +00:00
parent 9b6ca89250
commit f7916f9caf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179116

View File

@ -681,7 +681,7 @@ static void
usage(void)
{
fprintf(stderr,
"Usage: sockstat [-46clu] [-p ports] [-P protocols]\n");
"Usage: sockstat [-46cLlu] [-p ports] [-P protocols]\n");
exit(1);
}