diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-05 06:47:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-05 06:47:13 +0000 |
commit | cd495d4c6bae7dac3029dca25d71d7e5ee960f52 (patch) | |
tree | 3a3e2b14bcb1a17d3ac17ec29de647d2ad97ad96 | |
parent | c58faada23c1026405b50e06ebaf0484216d2708 (diff) |
add -e to usage; while here, change the argument name to -T from tableid
to rtable, to match the man page;
-rw-r--r-- | usr.bin/netstat/main.c | 8 |
1 files 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" |