From 1c80407f0ff60160cde983ba3b78817fab73b8b6 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 31 Mar 2010 23:40:59 +0200 Subject: Fix help of option weechat.plugin.autoload --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 500d7419f..babc50b74 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1995,7 +1995,7 @@ config_weechat_init_options () "at startup, \"*\" means all plugins found, a name beginning with " "\"!\" is a negative value to prevent a plugin from being loaded, " "names can start or end with \"*\" to match several plugins " - "(examples: \"*\", \"*,!lua,!tcl\")"), + "(examples: \"*\" or \"*,!lua,!tcl\")"), NULL, 0, 0, "*", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_plugin_debug = config_file_new_option ( weechat_config_file, ptr_section, -- cgit v1.2.3