diff options
Diffstat (limited to 'hcid')
| -rw-r--r-- | hcid/passkey-agent.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hcid/passkey-agent.c b/hcid/passkey-agent.c index 276cd546..7dc2c227 100644 --- a/hcid/passkey-agent.c +++ b/hcid/passkey-agent.c @@ -258,7 +258,7 @@ static void usage(void)  static struct option main_options[] = {  	{ "default",	0, 0, 'd' }, -	{ "path",	0, 0, 'p' }, +	{ "path",	1, 0, 'p' },  	{ "help",	0, 0, 'h' },  	{ 0, 0, 0, 0 }  }; | 
