diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-21 08:44:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-21 08:44:47 +0100 |
commit | 7f561c313379e62380a044b8236f98ad917b0dd1 (patch) | |
tree | 385c9dbdaac2978f07e73e2ba2aadec8d82df961 /doc/it/autogen/user/weechat_commands.asciidoc | |
parent | 26f415f5db46899e60135b25b750a448be5112bd (diff) | |
download | weechat-7f561c313379e62380a044b8236f98ad917b0dd1.zip |
core: allow "*" as plugin name in command /plugin reload to reload all plugins with options
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.asciidoc')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc index 44f0edf03..cb46e90ba 100644 --- a/doc/it/autogen/user/weechat_commands.asciidoc +++ b/doc/it/autogen/user/weechat_commands.asciidoc @@ -575,7 +575,7 @@ Examples: /plugin list|listfull [<nome>] load <nome_file> [<argomenti>] autoload [<argomenti>] - reload [<nome> [<argomenti>]] + reload [<nome>|* [<argomenti>]] unload [<nome>] list: elenca i plugin caricati |