summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-08-15 00:38:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-08-15 00:38:05 +0000
commit4b5556bbbb60803559de24a46a15d7533d397041 (patch)
tree05b29bb6eec270ee3cd54f9a6100c8c0baa1dda7
parentbeb514e9152e98bd46018966f365d0cd57e17e4f (diff)
Display VERSION information
-rw-r--r--hidd/main.c2
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"