From f4fc77853d4a3f6d493cdc20b1b69612640f6144 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 17 Oct 2014 15:48:13 +0300 Subject: [PATCH] hciattach: Add sleep|nosleep keyword --- tools/hciattach.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/hciattach.c b/tools/hciattach.c index 2ace6f50d..bf927fc94 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] [speed] [flow|noflow] [bdaddr]\n"); + printf("\thciattach [-n] [-p] [-b] [-r] [-t timeout] [-s initial_speed]" + " [speed] [flow|noflow]" + " [sleep|nosleep] [bdaddr]\n"); printf("\thciattach -l\n"); } -- 2.47.3