=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidctl/usbhid.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/usbhidctl/usbhid.c 2002/05/10 00:09:17 1.4 --- src/usr.bin/usbhidctl/usbhid.c 2004/04/03 21:01:25 1.5 *************** *** 1,4 **** ! /* $OpenBSD: usbhid.c,v 1.4 2002/05/10 00:09:17 nate Exp $ */ /* $NetBSD: usbhid.c,v 1.22 2002/02/20 20:30:42 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: usbhid.c,v 1.5 2004/04/03 21:01:25 jmc Exp $ */ /* $NetBSD: usbhid.c,v 1.22 2002/02/20 20:30:42 christos Exp $ */ /* *************** *** 759,773 **** { extern char *__progname; ! fprintf(stderr, "Usage: %s -f device [-t tablefile] [-l] [-v] -a\n", __progname); ! fprintf(stderr, " %s -f device [-t tablefile] [-v] -r\n", __progname); fprintf(stderr, ! " %s -f device [-t tablefile] [-l] [-n] [-v] name ...\n", __progname); fprintf(stderr, ! " %s -f device [-t tablefile] -w name=value ...\n", __progname); exit(1); } --- 759,773 ---- { extern char *__progname; ! fprintf(stderr, "Usage: %s -f device [-t table] [-lv] -a\n", __progname); ! fprintf(stderr, " %s -f device [-t table] [-v] -r\n", __progname); fprintf(stderr, ! " %s -f device [-t table] [-lnv] name ...\n", __progname); fprintf(stderr, ! " %s -f device [-t table] -w name=value ...\n", __progname); exit(1); }