summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-05-13 18:55:25 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-05-13 18:55:25 +0000
commit8f32a0237d9eae5ab56916424bb1e7580be28db1 (patch)
tree7f2dc1e28d604c9d5324c55abf44b8e38ab870c9
parent7ef138d4d8d5042f9feaae9fb3bb3a4a947d8582 (diff)
usage clarification
-rw-r--r--tools/hcitool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c
index 5ac90657..67cd7987 100644
--- a/tools/hcitool.c
+++ b/tools/hcitool.c
@@ -935,6 +935,9 @@ static void usage(void)
for (i=0; command[i].cmd; i++)
printf("\t%-4s\t%s\n", command[i].cmd,
command[i].doc);
+ printf("\n"
+ "For more information on the usage of each command use:\n"
+ "\thcitool <command> --help\n" );
}
static struct option main_options[] = {