From b11a5563150e855143cb1b78066e7fa96ebca08c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 13 Mar 2006 21:24:30 +0000 Subject: Fix parsing of path parameter --- hcid/passkey-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }; -- cgit