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/en/autogen | |
parent | 45db2e966879832b6e412bdff3a87e0c0708a51b (diff) | |
download | weechat-652ec2444996580bfcabcb9583f85d77aaad555a.zip |
core: allow empty arguments for command /print
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index dc01d6dd1..6954e9e3e 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -565,8 +565,8 @@ Without argument, this command lists loaded plugins. [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" |