Add '-L' option to usage().
This commit is contained in:
parent
aa77a09480
commit
11b9017514
@ -673,7 +673,7 @@ static void
|
|||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
|
(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 [-abdghilmnrs] [-f address_family] [-M core] [-N system]",
|
||||||
" netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]",
|
" netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]",
|
||||||
" netstat [-M core] [-N system] [-p protocol]");
|
" netstat [-M core] [-N system] [-p protocol]");
|
||||||
|
Loading…
Reference in New Issue
Block a user