diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-12 09:14:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-12 09:14:56 +0200 |
commit | e0312f7ecf8d79ea0d14588c937017c40259fa34 (patch) | |
tree | 0ab4e4cb2302bed78664f6a9de55f400310c9091 /doc/en/autogen/user/weechat_commands.asciidoc | |
parent | f80a80204ac285df2e5e53da1de999ce67926e38 (diff) | |
download | weechat-e0312f7ecf8d79ea0d14588c937017c40259fa34.zip |
core: add option "-mask" in command /unset (closes #112)
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.asciidoc')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index f2dbf7420..b987f5dac 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -795,8 +795,10 @@ Examples: ---- /unset <option> + -mask <option> -option: name of an option (wildcard "*" is allowed to mass-reset options, use carefully!) +option: name of an option + -mask: use a mask in option (wildcard "*" is allowed to mass-reset options, use carefully!) According to option, it's reset (for standard options) or removed (for optional settings, like server values). @@ -804,7 +806,7 @@ Examples: reset one option: /unset weechat.look.item_time_format reset all color options: - /unset weechat.color.* + /unset -mask weechat.color.* ---- [[command_weechat_upgrade]] |