From cd961dcd2638c763977d132ff10e831c3b4481fd Mon Sep 17 00:00:00 2001 From: shin Date: Sat, 11 Mar 2000 20:14:08 +0000 Subject: 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 Approved by: jkh --- usr.bin/netstat/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/netstat/main.c') diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 6ce6dcd..03f1fb1 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -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); -- cgit v1.1