diff options
-rw-r--r-- | tools/hcitool.c | 4 |
1 files changed, 3 insertions, 1 deletions
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) { |