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 | |
parent | f80a80204ac285df2e5e53da1de999ce67926e38 (diff) | |
download | weechat-e0312f7ecf8d79ea0d14588c937017c40259fa34.zip |
core: add option "-mask" in command /unset (closes #112)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.asciidoc | 14 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.asciidoc | 8 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.asciidoc | 14 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.asciidoc | 8 |
6 files changed, 34 insertions, 22 deletions
diff --git a/doc/de/autogen/user/weechat_commands.asciidoc b/doc/de/autogen/user/weechat_commands.asciidoc index ee339f894..250f262bc 100644 --- a/doc/de/autogen/user/weechat_commands.asciidoc +++ b/doc/de/autogen/user/weechat_commands.asciidoc @@ -795,16 +795,18 @@ Beispiele: ---- /unset <option> + -mask <option> -option: Name einer Option (Platzhalter "*" kann verwendet werden um viele Optionen in einem Arbeitsschritt zurückzusetzen. Nutzen Sie diese Funktion mit äußerster Sorgfalt!) +option: name of an option + -mask: use a mask in option (wildcard "*" is allowed to mass-reset options, use carefully!) -Gemäß der jeweiligen Option wird diese zurückgesetzt (bei Standard-Optionen) oder komplett entfernt (bei optionalen Einstellungen, zum Beispiel die Server-Einstellungen). +According to option, it's reset (for standard options) or removed (for optional settings, like server values). -Beispiele: - Eine Option zurücksetzen: +Examples: + reset one option: /unset weechat.look.item_time_format - Alle Farboptionen zurücksetzen: - /unset weechat.color.* + reset all color options: + /unset -mask weechat.color.* ---- [[command_weechat_upgrade]] 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]] diff --git a/doc/fr/autogen/user/weechat_commands.asciidoc b/doc/fr/autogen/user/weechat_commands.asciidoc index 24f7869b2..2e9575d28 100644 --- a/doc/fr/autogen/user/weechat_commands.asciidoc +++ b/doc/fr/autogen/user/weechat_commands.asciidoc @@ -795,8 +795,10 @@ Exemples : ---- /unset <option> + -mask <option> -option : nom d'une option (le caractère joker "*" est autorisé pour réinitialiser plusieurs options, à utiliser avec prudence !) +option : nom d'une option + -mask : utiliser un masque pour l'option (le caractère joker "*" est autorisé pour réinitialiser plusieurs options, à utiliser avec prudence !) Selon l'option, elle est réinitialisée (pour les options standards) ou supprimée (pour les options facultatives, comme les valeurs pour les serveurs). @@ -804,7 +806,7 @@ Exemples : réinitialiser une option : /unset weechat.look.item_time_format réinitialiser toutes les options de couleur : - /unset weechat.color.* + /unset -mask weechat.color.* ---- [[command_weechat_upgrade]] 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]] diff --git a/doc/ja/autogen/user/weechat_commands.asciidoc b/doc/ja/autogen/user/weechat_commands.asciidoc index c50487b20..ac850042a 100644 --- a/doc/ja/autogen/user/weechat_commands.asciidoc +++ b/doc/ja/autogen/user/weechat_commands.asciidoc @@ -795,16 +795,18 @@ option: オプションの名前 (ワイルドカード '*' を使うことが ---- /unset <option> + -mask <option> -option: オプションの名前 (大量のオプションをリセットするにはワイルドカード "*" を使ってください、注意して使用!) +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). -例: - オプションのリセット: +Examples: + reset one option: /unset weechat.look.item_time_format - 全ての色関連オプションをリセット: - /unset weechat.color.* + reset all color options: + /unset -mask weechat.color.* ---- [[command_weechat_upgrade]] diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc index 330a3d944..d0c61d741 100644 --- a/doc/pl/autogen/user/weechat_commands.asciidoc +++ b/doc/pl/autogen/user/weechat_commands.asciidoc @@ -794,9 +794,11 @@ Examples: [command]*`unset`* skasuj/zresetuj zmienną konfiguracyjną:: ---- -/unset <opcja> +/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]] |