summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/alias_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/user/alias_commands.txt')
-rw-r--r--doc/en/autogen/user/alias_commands.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/user/alias_commands.txt b/doc/en/autogen/user/alias_commands.txt
index 7e032c954..41190ec3b 100644
--- a/doc/en/autogen/user/alias_commands.txt
+++ b/doc/en/autogen/user/alias_commands.txt
@@ -1,6 +1,7 @@
[[command_alias_alias]]
[command]*`alias`* create an alias for a command::
-........................................
+
+----------------------------------------
/alias [-completion <completion>] <alias> [<command> [;<command>...]]
completion: completion for alias (optional, by default completion is done with target command)
@@ -29,5 +30,5 @@ Examples:
/alias hello /allchan -exclude=#weechat msg * hello
alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin:
/alias -completion %%sajoin forcejoin /quote forcejoin
-........................................
+----------------------------------------