diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-03 21:01:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-03 21:01:26 +0000 |
commit | ca60886a8383fa821faaae41b93a715dbc25da26 (patch) | |
tree | 9eb4a85f1df773d97e0a68dfbc393b3ca23e532e /usr.bin/usbhidaction/usbhidaction.c | |
parent | 1c528a5cbd178e2cd235593f2969b4c93fc033e0 (diff) |
- correct SYNOPSIS
- sync usage()
- some small tweaks
Diffstat (limited to 'usr.bin/usbhidaction/usbhidaction.c')
-rw-r--r-- | usr.bin/usbhidaction/usbhidaction.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index e7783fc2055..83c9433f9d2 100644 --- a/usr.bin/usbhidaction/usbhidaction.c +++ b/usr.bin/usbhidaction/usbhidaction.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhidaction.c,v 1.2 2002/06/11 06:16:36 jsyn Exp $ */ +/* $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,8 +205,8 @@ usage(void) { extern char *__progname; - fprintf(stderr, "Usage: %s -c config_file [-d] -f hid_dev " - "[-i] [-v]\n", __progname); + fprintf(stderr, "Usage: %s [-div] -c config-file -f device " + "arg ...\n", __progname); exit(1); } |