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/fr | |
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/fr')
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/weechat_commands.asciidoc b/doc/fr/autogen/user/weechat_commands.asciidoc index a6fdb904f..5063c1f4c 100644 --- a/doc/fr/autogen/user/weechat_commands.asciidoc +++ b/doc/fr/autogen/user/weechat_commands.asciidoc @@ -575,7 +575,7 @@ Exemples : /plugin list|listfull [<nom>] load <fichier> [<paramètres>] autoload [<paramètres>] - reload [<nom> [<paramètres]] + reload [<nom>|* [<paramètres]] unload [<nom>] list : lister les extensions chargées |