summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-24 17:58:39 +0200
committerwm4 <wm4@nowhere>2016-04-24 17:58:39 +0200
commit649e155938482ec75223d434a0aba2f1bf76f154 (patch)
treef7a77a33537976ad428bc75c8632e8a9d093d46d /DOCS
parent47e7676e7e1d39bf8bcd5fa623698f383a60712e (diff)
downloadmpv-649e155938482ec75223d434a0aba2f1bf76f154.tar.bz2
mpv-649e155938482ec75223d434a0aba2f1bf76f154.tar.xz
manpage: fix --autofit example
Fixes #3069.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2bd76fa800..c96c10efbb 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1890,7 +1890,7 @@ Window
Make the window width 70% of the screen size, keeping aspect ratio.
``1000``
Set the window width to 1000 pixels, keeping aspect ratio.
- ``70%:60%``
+ ``70%x60%``
Make the window as large as possible, without being wider than 70%
of the screen width, or higher than 60% of the screen height.