From d8ab2999e595a6cf7e853c881d1716c7262fe74a Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Thu, 23 May 2002 20:56:51 +0000 Subject: help output improvements --- tools/hcitool.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/hcitool.c b/tools/hcitool.c index 7f7cf1de..8ce64ed6 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -273,7 +273,9 @@ static struct option inq_options[] = { static char *inq_help = "Usage:\n" - "\tinq [--length=N] [--numrsp=N] [--flush]\n"; + "\tinq [--length=N] maximum inquiry duration in 1.28 s units\n" + "\t [--numrsp=N] specify maximum number of inquiry responses\n" + "\t [--flush] flush the inquiry cache\n"; static void cmd_inq(int dev_id, int argc, char **argv) { -- cgit