summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
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]]