From cd495d4c6bae7dac3029dca25d71d7e5ee960f52 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 5 Mar 2019 06:47:13 +0000 Subject: add -e to usage; while here, change the argument name to -T from tableid to rtable, to match the man page; --- usr.bin/netstat/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index ebe83fe66d2..4c406ce60bc 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.114 2019/03/04 21:32:26 dlg Exp $ */ +/* $OpenBSD: main.c,v 1.115 2019/03/05 06:47:12 jmc Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* @@ -446,9 +446,9 @@ usage(void) { (void)fprintf(stderr, "usage: %s [-AaBln] [-f address_family] [-M core] [-N system]\n" - " %s [-bdFgilmnqrstu] [-f address_family] [-M core] [-N system]\n" - " [-T tableid]\n" - " %s [-bdhn] [-c count] [-I interface] [-M core] [-N system] [-w wait]\n" + " %s [-bdeFgilmnqrstu] [-f address_family] [-M core] [-N system]\n" + " [-T rtable]\n" + " %s [-bdehn] [-c count] [-I interface] [-M core] [-N system] [-w wait]\n" " %s [-v] [-M core] [-N system] -P pcbaddr\n" " %s [-s] [-M core] [-N system] [-p protocol]\n" " %s [-a] [-f address_family] [-i | -I interface]\n" -- cgit v1.2.3