diff options
Diffstat (limited to 'emulator/main.c')
-rw-r--r-- | emulator/main.c | 3 |
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"); } |