summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-05-13 22:12:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-05-13 22:12:19 +0200
commit32edff0fa50551dee049cc808552757752ef81c3 (patch)
tree522b6d58bee75129e59a883c11a26015df9b2aa4 /doc/it/autogen
parent4d70264ac68c1af9a94ac1290e4641422f4b4eee (diff)
downloadweechat-32edff0fa50551dee049cc808552757752ef81c3.zip
core: add option "-buffer" in command /command (closes #67)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index 61fb893bc..1bc6d888f 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -167,10 +167,11 @@ Examples:
[command]*`command`* esegui comando o plugin di WeeChat esplicito::
----
-/command <plugin> <comando>
+/command [-buffer <name>] <plugin> <command>
- plugin: nome plugin ('core' per il comando interno di WeeChat)
-comando: comando da eseguire (una '/' viene aggiunta automaticamente se non trovata all'inizio del comando)
+-buffer: execute the command on this buffer
+ plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
+command: command to execute (a '/' is automatically added if not found at beginning of command)
----
[[command_weechat_cursor]]