summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/bccmd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bccmd.c b/tools/bccmd.c
index 291ed6a3..78018d48 100644
--- a/tools/bccmd.c
+++ b/tools/bccmd.c
@@ -957,6 +957,9 @@ static void usage(void)
"\t-h, --help Display help\n"
"\n");
+ printf("Transports:\n"
+ "\tHCI USB BCSP H4 3WIRE\n\n");
+
printf("Commands:\n");
for (i = 0; commands[i].str; i++)
printf("\t%-10s %-14s\t%s\n", commands[i].str,