diff options
| -rw-r--r-- | hidd/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hidd/main.c b/hidd/main.c index bdbb4013..22883a58 100644 --- a/hidd/main.c +++ b/hidd/main.c @@ -411,7 +411,7 @@ static void do_kill(int ctl, bdaddr_t *bdaddr, uint32_t flags)  static void usage(void)  { -	printf("hidd - Bluetooth HID daemon\n\n"); +	printf("hidd - Bluetooth HID daemon version %s\n\n", VERSION);  	printf("Usage:\n"  		"\thidd [options] [commands]\n" | 
