diff options
author | 2012-08-22 06:08:07 +0000 | |
---|---|---|
committer | 2012-08-22 06:08:07 +0000 | |
commit | 7ad035300c719c8c7f0f173bb6e1d37864b88208 (patch) | |
tree | 39eeca26697d7ea691c833842276bd1d939f22e6 /usr.bin/netstat/main.c | |
parent | - open a remote file/device with the same flags we use when opening a (diff) | |
download | wireguard-openbsd-7ad035300c719c8c7f0f173bb6e1d37864b88208.tar.xz wireguard-openbsd-7ad035300c719c8c7f0f173bb6e1d37864b88208.zip |
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" |