From 8f32a0237d9eae5ab56916424bb1e7580be28db1 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 13 May 2002 18:55:25 +0000 Subject: usage clarification --- tools/hcitool.c | 3 +++ 1 file changed, 3 insertions(+) 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 --help\n" ); } static struct option main_options[] = { -- cgit