summaryrefslogtreecommitdiffstats
path: root/hcid/passkey-agent.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-13 21:24:30 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-13 21:24:30 +0000
commitb11a5563150e855143cb1b78066e7fa96ebca08c (patch)
treed4ef59b6ae630d473034b76b9f1d2bd726be0073 /hcid/passkey-agent.c
parent9a9137da042a02cc155e3019b39a2705aea1c0b8 (diff)
Fix parsing of path parameter
Diffstat (limited to 'hcid/passkey-agent.c')
-rw-r--r--hcid/passkey-agent.c2
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 }
};