diff options
| -rw-r--r-- | tools/hcitool.c | 3 | 
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[] = {  | 
