diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-23 20:56:51 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-23 20:56:51 +0000 |
commit | d8ab2999e595a6cf7e853c881d1716c7262fe74a (patch) | |
tree | 48384821d2d7522ec635701638862d6997a48a38 /tools | |
parent | b9d072d8c187426e925356dc5fdc143f6a19d4bb (diff) |
help output improvements
Diffstat (limited to 'tools')
-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) { |