summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/weechat_commands.adoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc
index d1dbf186a..dc5bde05e 100644
--- a/doc/en/autogen/user/weechat_commands.adoc
+++ b/doc/en/autogen/user/weechat_commands.adoc
@@ -755,9 +755,14 @@ Without argument, all files (WeeChat and plugins) are reloaded.
* `+repeat+`: execute a command several times
----
-/repeat [-interval <delay>] <count> <command>
+/repeat [-interval <delay>[<unit>]] <count> <command>
- delay: delay between execution of commands (in milliseconds)
+ delay: delay between execution of commands
+ unit: optional, values are:
+ ms: milliseconds
+ s: seconds (default)
+ m: minutes
+ h: hours
count: number of times to execute command
command: command to execute (or text to send to buffer if command does not start with '/')