summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulator/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulator/main.c b/emulator/main.c
index f185a9768..fdc43ab6b 100644
--- a/emulator/main.c
+++ b/emulator/main.c
@@ -51,6 +51,9 @@ static void usage(void)
"Usage:\n");
printf("\tbtvirt [options]\n");
printf("options:\n"
+ "\t-l [num] Number of local controllers\n"
+ "\t-L Create LE only controller\n"
+ "\t-B Create BR/EDR only controller\n"
"\t-h, --help Show help options\n");
}