mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-24 12:44:19 +08:00
hciattach: Add sleep|nosleep keyword
This commit is contained in:
parent
a1e74ab31e
commit
f4fc77853d
@ -1276,7 +1276,9 @@ static void usage(void)
|
||||
{
|
||||
printf("hciattach - HCI UART driver initialization utility\n");
|
||||
printf("Usage:\n");
|
||||
printf("\thciattach [-n] [-p] [-b] [-r] [-t timeout] [-s initial_speed] <tty> <type | id> [speed] [flow|noflow] [bdaddr]\n");
|
||||
printf("\thciattach [-n] [-p] [-b] [-r] [-t timeout] [-s initial_speed]"
|
||||
" <tty> <type | id> [speed] [flow|noflow]"
|
||||
" [sleep|nosleep] [bdaddr]\n");
|
||||
printf("\thciattach -l\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user