summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-02-25 17:26:49 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-02-25 17:26:49 +0100
commit40152d1827065b62fb62d8763c9834dbdfa2994b (patch)
tree40bc45ce7b74a7d85186ee2c7914ddee28800b72
parent1eab10832359fddf5583bc3f418fb25a1525ce23 (diff)
downloadqutebrowser-40152d1827065b62fb62d8763c9834dbdfa2994b.tar.gz
qutebrowser-40152d1827065b62fb62d8763c9834dbdfa2994b.zip
Update docs
-rw-r--r--README.asciidoc2
-rw-r--r--doc/help/commands.asciidoc5
2 files changed, 4 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc
index be3211dc4..8aae70fb4 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -231,6 +231,7 @@ Contributors, sorted by the number of commits in descending order:
* Ismail
* Edgar Hipp
* Daryl Finlay
+* pkill9
* arza
* adam
* Samir Benmendil
@@ -244,7 +245,6 @@ Contributors, sorted by the number of commits in descending order:
* zwarag
* xd1le
* rmortens
-* pkill9
* oniondreams
* issue
* haxwithaxe
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 1885d227a..77d7026c8 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -465,14 +465,15 @@ Note: Due a bug in Qt, the inspector will show incorrect request headers in the
[[jseval]]
=== jseval
-Syntax: +:jseval [*--quiet*] [*--world* 'world'] 'js-code'+
+Syntax: +:jseval [*--file*] [*--quiet*] [*--world* 'world'] 'js-code'+
Evaluate a JavaScript string.
==== positional arguments
-* +'js-code'+: The string to evaluate.
+* +'js-code'+: The string/file to evaluate.
==== optional arguments
+* +*-f*+, +*--file*+: Interpret js-code as a path to a file.
* +*-q*+, +*--quiet*+: Don't show resulting JS object.
* +*-w*+, +*--world*+: Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in.