summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-09-24 17:22:40 +0300
committerMarcel Holtmann <marcel@holtmann.org>2010-10-04 17:34:50 +0200
commitadb82190908ee9045a08c74d47c16c9c7f5b88f9 (patch)
tree37d7f27e7c7499640fe169c8660c671a17eddc21 /src/main.c
parentdc92bfb9a9441b2cf962db76cc18a01597020f60 (diff)
downloadofono-adb82190908ee9045a08c74d47c16c9c7f5b88f9.tar.bz2
Support -p and -P options with list of plugins
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 010384ce..33bfa0e2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -114,9 +114,9 @@ static GOptionEntry options[] = {
G_OPTION_ARG_CALLBACK, parse_debug,
"Specify debug options to enable", "DEBUG" },
{ "plugin", 'p', 0, G_OPTION_ARG_STRING, &option_plugin,
- "Specify plugins to load", "NAME" },
+ "Specify plugins to load", "NAME,..," },
{ "noplugin", 'P', 0, G_OPTION_ARG_STRING, &option_noplugin,
- "Specify plugins not to load", "NAME" },
+ "Specify plugins not to load", "NAME,..." },
{ "nodetach", 'n', G_OPTION_FLAG_REVERSE,
G_OPTION_ARG_NONE, &option_detach,
"Don't run as daemon in background" },