Diff between a1e74ab31e78c86d45ac46c519d706f64166501d and f4fc77853d4a3f6d493cdc20b1b69612640f6144

Changed Files

File Additions Deletions Status
tools/hciattach.c +3 -1 modified

Full Patch

diff --git a/tools/hciattach.c b/tools/hciattach.c
index 2ace6f5..bf927fc 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -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");
 }