summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/alias_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/user/alias_commands.txt')
-rw-r--r--doc/de/autogen/user/alias_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/user/alias_commands.txt b/doc/de/autogen/user/alias_commands.txt
index 732c72989..527e0903c 100644
--- a/doc/de/autogen/user/alias_commands.txt
+++ b/doc/de/autogen/user/alias_commands.txt
@@ -1,7 +1,7 @@
[[command_alias_alias]]
[command]*`alias`* Einem Befehl wird ein Alias zugewiesen::
-----------------------------------------
+----
/alias [-completion <completion>] <alias> [<command> [;<command>...]]
completion: optionale Vervollständigung für einen Alias-Befehl (Standardverhalten: Vervollständigung wird auf den Zielbefehl angewendet)
@@ -30,5 +30,5 @@ Beispiele:
/alias hallo /allchan -exclude=#weechat msg * Hallo
Alias "/forcejoin" wird angelegt um den IRC Befehl "forcejoin" mit einer Vervollständigung von /sajoin auszuführen:
/alias -completion %%sajoin forcejoin /quote forcejoin
-----------------------------------------
+----