diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-13 21:24:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-13 21:24:30 +0000 |
commit | b11a5563150e855143cb1b78066e7fa96ebca08c (patch) | |
tree | d4ef59b6ae630d473034b76b9f1d2bd726be0073 | |
parent | 9a9137da042a02cc155e3019b39a2705aea1c0b8 (diff) |
Fix parsing of path parameter
-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 } }; |