From 11b9017514f44e4ca3b8caab3d2c5d6cbc8ea175 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 20 Mar 2000 18:33:11 +0000 Subject: Add '-L' option to usage(). --- usr.bin/netstat/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/netstat/main.c') diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 03f1fb1..87c3a73 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -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]"); -- cgit v1.1