From 9ef6ceee15c713971b6c30558f0d298ae9401b62 Mon Sep 17 00:00:00 2001 From: Guido van Rooij Date: Mon, 20 Mar 2000 18:33:11 +0000 Subject: [PATCH] Add '-L' option to usage(). --- usr.bin/netstat/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 03f1fb110303..87c3a73f930d 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]");