summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-28 12:23:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-28 12:23:18 +0200
commit4bd78e4d0d6829cd77cd4e0222cbff272426776d (patch)
tree30add542c2d2d1fc5a11abeef1251e15e2e347e0
parenta8e95dc866f81e0dbf9758cb6926304de8466921 (diff)
downloadqutebrowser-4bd78e4d0d6829cd77cd4e0222cbff272426776d.tar.gz
qutebrowser-4bd78e4d0d6829cd77cd4e0222cbff272426776d.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/commands.asciidoc6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c8bfe5258..a98716cc2 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -73,6 +73,8 @@ Changed
- Editing text in an external editor now simulates a JS "input" event, which
improves compatibility with websites reacting via JS to input.
- The `qute://settings` page is now properly sorted on Python 3.5.
+- `:zoom`, `:zoom-in` and `:zoom-out` now have a `--quiet` switch which causes
+ them to not display a message.
Fixed
~~~~~
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index c3d737f4c..9632f6331 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -1423,7 +1423,7 @@ The zoom can be given as argument or as [count]. If neither is given, the zoom i
* +'zoom'+: The zoom percentage to set.
==== optional arguments
-* +*-q*+, +*--quiet*+: Don't show information message with result.
+* +*-q*+, +*--quiet*+: Don't show a zoom level message.
==== count
The zoom percentage to set.
@@ -1435,7 +1435,7 @@ Syntax: +:zoom-in [*--quiet*]+
Increase the zoom level for the current tab.
==== optional arguments
-* +*-q*+, +*--quiet*+: Don't show information message with result.
+* +*-q*+, +*--quiet*+: Don't show a zoom level message.
==== count
How many steps to zoom in.
@@ -1447,7 +1447,7 @@ Syntax: +:zoom-out [*--quiet*]+
Decrease the zoom level for the current tab.
==== optional arguments
-* +*-q*+, +*--quiet*+: Don't show information message with result.
+* +*-q*+, +*--quiet*+: Don't show a zoom level message.
==== count
How many steps to zoom out.