Diff between d6460922289b5ea00f2876b9cf4afe3851c74246 and 37ee988a6d211501acde77a8e718ec091e0e8eb6
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/main.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/src/main.c b/obexd/src/main.c
index 09d2144..455065f 100644
--- a/obexd/src/main.c
+++ b/obexd/src/main.c
@@ -166,7 +166,7 @@ static GOptionEntry options[] = {
"Enable Object Push server" },
{ "ftp", 'f', 0, G_OPTION_ARG_NONE, &option_ftp,
"Enable File Transfer server" },
- { "pbap", 'f', 0, G_OPTION_ARG_NONE, &option_pbap,
+ { "pbap", 'p', 0, G_OPTION_ARG_NONE, &option_pbap,
"Enable Phonebook Access server" },
{ NULL },
};