=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/netstat/main.c 2003/06/03 02:56:13 1.36 --- src/usr.bin/netstat/main.c 2003/06/12 07:39:16 1.37 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.36 2003/06/03 02:56:13 millert Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.37 2003/06/12 07:39:16 jmc Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.36 2003/06/03 02:56:13 millert Exp $"; #endif #endif /* not lint */ --- 40,46 ---- #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.37 2003/06/12 07:39:16 jmc Exp $"; #endif #endif /* not lint */ *************** *** 638,647 **** (void)fprintf(stderr, "usage: %s [-Aan] [-f address_family] [-M core] [-N system]\n", __progname); (void)fprintf(stderr, ! " %s [-gimnrs] [-f address_family] [-M core] [-N system]\n", __progname); (void)fprintf(stderr, ! " %s [-n] [-I interface] [-M core] [-N system] [-w wait]\n", __progname); (void)fprintf(stderr, " %s [-M core] [-N system] [-p protocol]\n", __progname); exit(1); } --- 638,649 ---- (void)fprintf(stderr, "usage: %s [-Aan] [-f address_family] [-M core] [-N system]\n", __progname); (void)fprintf(stderr, ! " %s [-bdgilmnqrstu] [-f address_family] [-M core] [-N system]\n", __progname); (void)fprintf(stderr, ! " %s [-bdn] [-I interface] [-M core] [-N system] [-w wait]\n", __progname); (void)fprintf(stderr, " %s [-M core] [-N system] [-p protocol]\n", __progname); + (void)fprintf(stderr, + " %s [-s] [-f address_family] [-i] [-I interface]\n", __progname); exit(1); }