summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-08 21:12:32 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-08 21:12:32 +0100
commit23ee81406703aee11f2857ddecc3756202b08c49 (patch)
tree67b8ea426e8744d01c1d3e99ef149f5b4ef0448d /doc/help/commands.asciidoc
parent70248f256f93ed9b1984494d0a1a919ddd774892 (diff)
downloadqutebrowser-23ee81406703aee11f2857ddecc3756202b08c49.tar.gz
qutebrowser-23ee81406703aee11f2857ddecc3756202b08c49.zip
Update docs
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index f31283e9c..5e3395931 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -786,12 +786,12 @@ Jump to the mark named by `key`.
[[later]]
=== later
-Syntax: +:later 'ms' 'command'+
+Syntax: +:later 'duration' 'command'+
Execute a command after some time.
==== positional arguments
-* +'ms'+: How many milliseconds to wait.
+* +'duration'+: Duration to wait in format XhYmZs or a number for milliseconds.
* +'command'+: The command to run, with optional args.
==== note