Deleted Added
full compact
29c29
< * $FreeBSD: head/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c 128080 2004-04-10 00:18:00Z emax $
---
> * $FreeBSD: head/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c 163811 2006-10-31 00:26:58Z markus $
51a52,53
> uint32_t verbose = 0;
>
65c67
< while ((opt = getopt(argc, argv, "a:c:H:h")) != -1) {
---
> while ((opt = getopt(argc, argv, "a:c:H:hv")) != -1) {
85a88,91
> case 'v': /* verbose */
> verbose++;
> break;
>
204a211
> " -v be verbose\n" \