From adb82190908ee9045a08c74d47c16c9c7f5b88f9 Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Fri, 24 Sep 2010 17:22:40 +0300 Subject: Support -p and -P options with list of plugins --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') 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" }, -- cgit v1.2.3