=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidaction/usbhidaction.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/usbhidaction/usbhidaction.c 2009/10/14 20:36:56 1.11 +++ src/usr.bin/usbhidaction/usbhidaction.c 2009/10/21 15:48:27 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhidaction.c,v 1.11 2009/10/14 20:36:56 guenther Exp $ */ +/* $OpenBSD: usbhidaction.c,v 1.12 2009/10/21 15:48:27 sobrado Exp $ */ /* $NetBSD: usbhidaction.c,v 1.7 2002/01/18 14:38:59 augustss Exp $ */ /* @@ -209,8 +209,8 @@ { extern char *__progname; - fprintf(stderr, "Usage: %s [-div] -c config-file -f device " - "arg ...\n", __progname); + fprintf(stderr, "usage: %s [-div] -c config-file -f device arg ...\n", + __progname); exit(1); }