Return-Path: From: Tedd Ho-Jeong An To: linux-bluetooth , marcel Cc: "tedd.an" Subject: [PATCH v2 3/3] hciattach: add sleep option in the usage Date: Tue, 22 May 2012 21:35:36 -0700 Message-ID: <2038638.vrTc4RN6Xr@tedd-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: From: Tedd Ho-Jeong An sleep/nosleep option is not shown in the usage --- tools/hciattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hciattach.c b/tools/hciattach.c index e0a58de..fc4c457 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -1288,7 +1288,7 @@ static void usage(void) { printf("hciattach - HCI UART driver initialization utility\n"); printf("Usage:\n"); - printf("\thciattach [-n] [-p] [-b] [-r] [-d] [-t timeout] [-s initial_speed] [speed] [flow|noflow] [bdaddr]\n"); + printf("\thciattach [-n] [-p] [-b] [-r] [-d] [-t timeout] [-s initial_speed] [speed] [flow|noflow] [sleep|nosleep] [bdaddr]\n"); printf("\thciattach -l\n"); } -- 1.7.9.5