=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidaction/usbhidaction.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/usbhidaction/usbhidaction.c 2002/06/11 06:16:36 1.2 --- src/usr.bin/usbhidaction/usbhidaction.c 2004/04/03 21:01:25 1.3 *************** *** 1,4 **** ! /* $OpenBSD: usbhidaction.c,v 1.2 2002/06/11 06:16:36 jsyn Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: usbhidaction.c,v 1.3 2004/04/03 21:01:25 jmc Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* *************** *** 205,212 **** { extern char *__progname; ! fprintf(stderr, "Usage: %s -c config_file [-d] -f hid_dev " ! "[-i] [-v]\n", __progname); exit(1); } --- 205,212 ---- { extern char *__progname; ! fprintf(stderr, "Usage: %s [-div] -c config-file -f device " ! "arg ...\n", __progname); exit(1); }