Add '-L' option to usage().

This commit is contained in:
guido 2000-03-20 18:33:11 +00:00
parent aa77a09480
commit 11b9017514

View File

@ -673,7 +673,7 @@ static void
usage()
{
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: netstat [-Aaln] [-f address_family] [-M core] [-N system]",
"usage: netstat [-AaLln] [-f address_family] [-M core] [-N system]",
" netstat [-abdghilmnrs] [-f address_family] [-M core] [-N system]",
" netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]",
" netstat [-M core] [-N system] [-p protocol]");