diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-31 23:40:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-31 23:40:59 +0200 |
commit | 1c80407f0ff60160cde983ba3b78817fab73b8b6 (patch) | |
tree | d5dbcaf47b54af73ba1081c39d46c04ef129d1b0 /doc/en/autogen/user/weechat_options.txt | |
parent | 848cce2c8a7f100e68496f6c4677b33547c293ee (diff) | |
download | weechat-1c80407f0ff60160cde983ba3b78817fab73b8b6.zip |
Fix help of option weechat.plugin.autoload
Diffstat (limited to 'doc/en/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index f8a4a37b4..9ee772b99 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -574,7 +574,7 @@ ** values: any string (default value: "%h/ssl/CAs.pem") * *weechat.plugin.autoload* -** description: comma separated list of plugins to load automatically 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") +** description: comma separated list of plugins to load automatically 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: "*" or "*,!lua,!tcl") ** type: string ** values: any string (default value: "*") |