diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 6ce6dcdd4047..03f1fb110303 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);