emulator: Add options to usage description

This commit is contained in:
Marcel Holtmann 2013-09-10 21:12:05 -07:00
parent 18ce687813
commit 9a9680909d

View File

@ -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");
}