From 5dbd2da1539dc95f55744078b622f55e79919ce2 Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Wed, 7 Sep 2005 19:15:43 +0000 Subject: [PATCH] Update usage to reflect the new option. Pointed out by: ru --- usr.bin/netstat/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 28ff5665e38c..cf7082fdc182 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -707,7 +707,7 @@ name2protox(char *name) static void usage(void) { - (void)fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n", + (void)fprintf(stderr, "%s\n%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 [-abdhnt] [-f address_family]\n" @@ -717,6 +717,7 @@ usage(void) " netstat -i | -I interface -s [-f protocol_family | -p protocol]\n" " [-M core] [-N system]", " netstat -m [-M core] [-N system]", +" netstat -B [ -I interface]", " netstat -r [-AenW] [-f address_family] [-M core] [-N system]", " netstat -rs [-s] [-M core] [-N system]", " netstat -g [-W] [-f address_family] [-M core] [-N system]",