diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-11 15:21:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-11 15:21:36 +0000 |
| commit | 1cb467b1b30704ccce104dc42dae61ea508c3fa4 (patch) | |
| tree | d14cbed82db3f5cbbb2f0a2af5cdf5a8fc17ed1b /usr.bin/netstat | |
| parent | ce3edc3a22f1ca85496811139b6488e565b45cb8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/main.c | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index d2242d419c067..46e03f59f4fa0 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -751,11 +751,18 @@ name2protox(char *name) static void usage(void) { - (void)fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n", -"usage: netstat [-AaLlnW] [-f address_family] [-M core] [-N system]", -" netstat [-abdgilnrsS] [-f address_family] [-M core] [-N system]", -" netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]", + (void)fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n", +"usage: netstat [-AaLnSW] [-f protocol_family | -p protocol]\n" +" [-M core] [-N system]", +" netstat -i | -I interface [-abdnt] [-M core] [-N system]", +" netstat -w wait [-I interface] [-d] [-M core] [-N system]", +" netstat -s [-s] [-z] [-f protocol_family | -p protocol] [-M core]", +" netstat -i | -I interface -s [-f protocol_family | -p protocol]\n" +" [-M core] [-N system]", " netstat -m [-M core] [-N system]", -" netstat [-M core] [-N system] [-p protocol]"); +" netstat -r [-AanW] [-f address_family] [-M core] [-N system]", +" netstat -rs [-s] [-M core] [-N system]", +" netstat -g [-W] [-f address_family] [-M core] [-N system]", +" netstat -gs [-s] [-f address_family] [-M core] [-N system]"); exit(1); } |
