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/pl | |
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/pl')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc index dbe06576f..546da04c0 100644 --- a/doc/pl/autogen/user/weechat_commands.asciidoc +++ b/doc/pl/autogen/user/weechat_commands.asciidoc @@ -575,7 +575,7 @@ Przykłady: /plugin list|listfull [<nazwa>] load <nazwapliku> [<argumenty>] autoload [<argumenty>] - reload [<nazwa> [<argumenty>]] + reload [<nazwa>|* [<argumenty>]] unload [<nazwa>] list: lista załadowanych wtyczek |