=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/systat/main.c 1996/08/06 20:41:19 1.6 --- src/usr.bin/systat/main.c 1996/08/08 10:41:01 1.7 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.6 1996/08/06 20:41:19 deraadt Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.7 1996/08/08 10:41:01 niklas Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.6 1996/08/06 20:41:19 deraadt Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.7 1996/08/08 10:41:01 niklas Exp $"; #endif /* not lint */ #include *************** *** 198,203 **** --- 198,205 ---- usage() { fprintf(stderr, "usage: systat [-M core] [-N system] [-w wait]\n"); + fprintf(stderr, + " [iostat|mbufs|netstat|pigs|swap|vmstat]\n"); exit(1); }