diff options
| author | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-12 12:34:16 +0000 | 
|---|---|---|
| committer | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-12 12:34:16 +0000 | 
| commit | 427f4bbc07f40706dd5e3c5500f14c63a160c979 (patch) | |
| tree | dfb3da54a77d356eafa78ef8db3e9fd8e7901ff4 /tools/hciattach.c | |
| parent | e4be7ba24dd532b782e60ff7d3bcdfd87989cc37 (diff) | |
describe optional arguments
Diffstat (limited to 'tools/hciattach.c')
| -rw-r--r-- | tools/hciattach.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/hciattach.c b/tools/hciattach.c index f30ae033..b6aa7376 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -815,7 +815,7 @@ static void usage(void)  {  	printf("hciattach - HCI UART driver initialization utility\n");  	printf("Usage:\n"); -	printf("\thciattach <tty> <type | id> [speed] [flow]\n"); +	printf("\thciattach [-n] [-p] [-t timeout] <tty> <type | id> [speed] [flow]\n");  	printf("\thciattach -l\n");  } | 
