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:
Yoshinobu Inoue 2000-03-11 20:14:08 +00:00
parent d499929ea1
commit 5f2cd67530

View File

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