From 9a9680909d46c78ebe360f22af8e5561fb58a302 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 10 Sep 2013 21:12:05 -0700 Subject: [PATCH] emulator: Add options to usage description --- emulator/main.c | 3 +++ 1 file changed, 3 insertions(+) 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"); } -- 2.47.3