summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-07-12 09:14:56 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-12 09:14:56 +0200
commite0312f7ecf8d79ea0d14588c937017c40259fa34 (patch)
tree0ab4e4cb2302bed78664f6a9de55f400310c9091 /doc/it
parentf80a80204ac285df2e5e53da1de999ce67926e38 (diff)
downloadweechat-e0312f7ecf8d79ea0d14588c937017c40259fa34.zip
core: add option "-mask" in command /unset (closes #112)
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/user/weechat_commands.asciidoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc
index 99a108d86..53de0792e 100644
--- a/doc/it/autogen/user/weechat_commands.asciidoc
+++ b/doc/it/autogen/user/weechat_commands.asciidoc
@@ -794,9 +794,11 @@ Examples:
[command]*`unset`* annulla/ripristina opzione::
----
-/unset <opzione>
+/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]]