hciattach: Add sleep|nosleep keyword

This commit is contained in:
Andrei Emeltchenko 2014-10-17 15:48:13 +03:00 committed by Luiz Augusto von Dentz
parent a1e74ab31e
commit f4fc77853d

View File

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