summaryrefslogtreecommitdiff
path: root/doc/de
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/de
parent4d70264ac68c1af9a94ac1290e4641422f4b4eee (diff)
downloadweechat-32edff0fa50551dee049cc808552757752ef81c3.zip
core: add option "-buffer" in command /command (closes #67)
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index cbd346a2f..38a7ed5f6 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -167,10 +167,11 @@ Beispiele:
[command]*`command`* führe explizit einen WeeChat Befehl oder eine Erweiterung aus::
----
-/command <plugin> <command>
+/command [-buffer <name>] <plugin> <command>
- plugin: Name der Erweiterung ('core' für interne WeeChat Befehle)
-command: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, falls dieser nicht angegeben wurde)
+-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]]