diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-06-09 01:47:57 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-06-09 01:47:57 +0000 |
commit | 9ea3fe29624242544794b25154dc1b246e5e10cf (patch) | |
tree | 1d9acd22ab7cf656ae5e0677b11db679ba0744cf /pand/main.c | |
parent | b07abfc01ed48a0e74e134fb36ef35ce8590ecc7 (diff) |
Support -d parameter
Diffstat (limited to 'pand/main.c')
-rw-r--r-- | pand/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/main.c b/pand/main.c index c128d332..98b1720d 100644 --- a/pand/main.c +++ b/pand/main.c @@ -510,7 +510,7 @@ static struct option main_lopts[] = { { 0, 0, 0, 0 } }; -static char main_sopts[] = "hsc:k:Kr:e:i:lnp::DQ::AESMC::P:z"; +static char main_sopts[] = "hsc:k:Kr:d:e:i:lnp::DQ::AESMC::P:z"; static char main_help[] = "Bluetooth PAN daemon version " VERSION " \n" |