diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2012-08-22 06:08:08 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2012-08-22 06:08:08 +0000 |
commit | ae04f4aaaa1ab3ef8249c677bfa40966d89196f6 (patch) | |
tree | 0e5de9cfba3bade88ab496e6577d78c0287bfa86 /usr.bin/netstat/main.c | |
parent | c50f1dcc751b28380e3c4e7b088c574e864c4a34 (diff) |
i missed usage and the manpage. prod by jmc
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r-- | usr.bin/netstat/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 9037b1b3206..b861fb702f6 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.93 2012/08/22 00:11:57 tedu Exp $ */ +/* $OpenBSD: main.c,v 1.94 2012/08/22 06:08:07 tedu Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* @@ -531,7 +531,7 @@ usage(void) "usage: %s [-AaBn] [-f address_family] [-M core] [-N system]\n" " %s [-bdFgilmnqrstu] [-f address_family] [-M core] [-N system]\n" " [-T tableid]\n" - " %s [-bdn] [-c count] [-I interface] [-M core] [-N system] [-w wait]\n" + " %s [-bdhn] [-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" |