diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-19 10:35:39 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-19 10:35:39 +0100 |
commit | 36641bc3d312f425a742d7610950772cc0483ea4 (patch) | |
tree | 9e84bd94f080dfddb7c1288484cacb907a80201d /doc/it/autogen/user/weechat_commands.txt | |
parent | 194b362e23e65e7f7802b89efdd53a52292a0b9d (diff) | |
download | weechat-36641bc3d312f425a742d7610950772cc0483ea4.zip |
core: add missing option "rename" in /help filter and in command completion
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 03a3038ab..e124cd7bf 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -278,9 +278,10 @@ Examples: ---- /filter list - enable|disable|toggle [<nome>] - add <nome> <buffer>[,<buffer>...] <tag> <regex>] - del <nome>|-all + enable|disable|toggle [<name>] + add <name> <buffer>[,<buffer>...] <tags> <regex> + rename <name> <new_name> + del <name>|-all list: list all filters enable: enable filters (filters are enabled by default) @@ -288,6 +289,7 @@ disable: disable filters toggle: toggle filters name: filter name add: add a filter + rename: rename a filter del: delete a filter -all: delete all filters buffer: comma separated list of buffers where filter is active: |