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/it/autogen/user | |
parent | 45db2e966879832b6e412bdff3a87e0c0708a51b (diff) | |
download | weechat-652ec2444996580bfcabcb9583f85d77aaad555a.zip |
core: allow empty arguments for command /print
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 60322fc99..03a3038ab 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -565,8 +565,8 @@ Senza argomento, questo comando elenca i plugin caricati. [command]*`print`* display text on a buffer:: ---- -/print [-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] <text> - -stdout|-stderr <text> +/print [-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] + -stdout|-stderr [<text>] -buffer: the buffer where text is displayed (default: current buffer) -core: alias of "-buffer core.weechat" |