summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-19 20:30:17 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-19 20:30:17 +0000
commit729d6c9d8fd2c8420f97a2a80eca2875c0af5126 (patch)
tree114321b7ce68a3ef233016c340ab4c1c61b63152 /doc/help/commands.asciidoc
parentc72e181ed3b2eb2f28c4a7eb97eba10c5b91f157 (diff)
parent8e7f24bc0c6cdb333fef1a4a72d659aaeb7bbf09 (diff)
downloadqutebrowser-729d6c9d8fd2c8420f97a2a80eca2875c0af5126.tar.gz
qutebrowser-729d6c9d8fd2c8420f97a2a80eca2875c0af5126.zip
Merge branch 'master' into more-sophisticated-adblock
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 3103bfa15..f60f30169 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -597,7 +597,7 @@ Syntax: +:greasemonkey-reload [*--force*]+
Re-read Greasemonkey scripts from disk.
-The scripts are read from a 'greasemonkey' subdirectory in qutebrowser's data directory (see `:version`).
+The scripts are read from a 'greasemonkey' subdirectory in qutebrowser's data or config directories (see `:version`).
==== optional arguments
* +*-f*+, +*--force*+: For any scripts that have required dependencies, re-download them.
@@ -784,12 +784,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
@@ -1308,7 +1308,8 @@ Note that the command is *not* run in a shell, so things like `$VAR` or `> outpu
* +*-v*+, +*--verbose*+: Show notifications when the command started/exited.
* +*-o*+, +*--output*+: Show the output in a new tab.
* +*-m*+, +*--output-messages*+: Show the output as messages.
-* +*-d*+, +*--detach*+: Whether the command should be detached from qutebrowser.
+* +*-d*+, +*--detach*+: Detach the command from qutebrowser so that it continues running when qutebrowser quits.
+
==== count
Given to userscripts as $QUTE_COUNT.