Add a flag to the usage display.
There was a missing description for a new flags to netstat. I already added the fix to netstat man, but usage() change is also necessary. Specified by: Ben Smithurst <ben@scientia.demon.co.uk> Approved by: jkh
This commit is contained in:
parent
d499929ea1
commit
5f2cd67530
@ -673,8 +673,8 @@ static void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
|
||||
"usage: netstat [-Aan] [-f address_family] [-M core] [-N system]",
|
||||
" netstat [-abdghimnrs] [-f address_family] [-M core] [-N system]",
|
||||
"usage: netstat [-Aaln] [-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]");
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user