summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-03-31 23:40:59 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-03-31 23:40:59 +0200
commit1c80407f0ff60160cde983ba3b78817fab73b8b6 (patch)
treed5dbcaf47b54af73ba1081c39d46c04ef129d1b0 /src/core
parent848cce2c8a7f100e68496f6c4677b33547c293ee (diff)
downloadweechat-1c80407f0ff60160cde983ba3b78817fab73b8b6.zip
Fix help of option weechat.plugin.autoload
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
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,