diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-17 11:12:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-17 11:12:36 +0100 |
commit | 652ec2444996580bfcabcb9583f85d77aaad555a (patch) | |
tree | 71d52207a89f9c8be45cc060102abf59dabc461c /doc/pl/autogen/user | |
parent | 45db2e966879832b6e412bdff3a87e0c0708a51b (diff) | |
download | weechat-652ec2444996580bfcabcb9583f85d77aaad555a.zip |
core: allow empty arguments for command /print
Diffstat (limited to 'doc/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index 4860f1c08..e1a12447e 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -565,8 +565,8 @@ Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. [command]*`print`* wyświetl tekst w buforze:: ---- -/print [-buffer <numer>|<nazwa>] [-core] [-escape] [-date <data>] [-tags <tagi>] [-action|-error|-join|-network|-quit] <tekst> - -stdout|-stderr <tekst> +/print [-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] + -stdout|-stderr [<text>] -buffer: bufor, w którym zostanie wyświetlony tekst (domyślnie: obecny bufor) -core: alias dla bufora "-buffer core.weechat" |