summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-02-03 08:49:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-02-03 08:49:23 +0000
commitef43b3e01381c39aafc4da039c7149be2a3bc95b (patch)
tree7116b6d683aa2dad3acd6124ee81ce8b1f54c4c0 /doc/de
parent0e113ded0950e3fd6877766053bbc7fe64626585 (diff)
downloadweechat-ef43b3e01381c39aafc4da039c7149be2a3bc95b.zip
Added numeric argument for /clear command (buffer number) (patch #5372)
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_commands.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml
index 53be3ded0..b8dfdc45e 100644
--- a/doc/de/weechat_commands.xml
+++ b/doc/de/weechat_commands.xml
@@ -40,11 +40,12 @@ Befehl: auszuführender Befehl (falls nicht vorhanden wird automatisch ein '/' vo
</programlisting>
-<command>clear [-all]</command>
+<command>clear [-all | number]</command>
<programlisting>
Fenster leeren
--all: alle Fenster leeren
+ -all: clear all buffers
+number: clear buffer by number
</programlisting>
<command>connect [Servername]</command>