diff options
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index e9028139e..af9fc00cf 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -2053,6 +2053,23 @@ Przykład: /repeat 2 /window page_up ---- +[[command_weechat_reset]] +* `+reset+`: reset config options + +---- +/reset <opcja> + -mask <opcja> + +option: name of an option + -mask: use a mask in option (wildcard "*" is allowed to mass-reset options, use carefully!) + +Examples: + reset one option: + /reset weechat.look.item_time_format + reset all color options: + /reset -mask weechat.color.* +---- + [[command_weechat_save]] * `+save+`: zapisuje pliki konfiguracyjne na dysku |