diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-04-22 20:43:10 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-04-22 20:43:10 +0000 | 
| commit | d65d0510cd20a55a08b64f476714b229c5436396 (patch) | |
| tree | 210c47b55cf4112bc792403ce423bcb3e4aaf80e /tools/hcitool.c | |
| parent | 98f6f92be002a098fb4f3b773939ab7c94834a0d (diff) | |
Argument parsing fixes
Diffstat (limited to 'tools/hcitool.c')
| -rw-r--r-- | tools/hcitool.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c index 06c426ca..8ec564d7 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -783,7 +783,7 @@ static void usage(void)  {  	int i; -	printf("hcitool - HCI Tool\n"); +	printf("hcitool - HCI Tool ver %s\n", VERSION);  	printf("Usage:\n"  		"\thcitool [options] <command> [command parameters]\n");  	printf("Options:\n"  | 
