mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
emulator: Add options to usage description
This commit is contained in:
parent
18ce687813
commit
9a9680909d
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user