summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-19 22:20:09 +0100
committerwm4 <wm4@nowhere>2013-12-01 19:27:36 +0100
commit196c7abcdb9e1ac9f76f0d7b9c6d74c78ff43c49 (patch)
tree78431e9148450b1c5538b0faabeee483508c69d0
parent253623d9e8679d3539f1071d469f7994b0fe88a4 (diff)
downloadmpv-196c7abcdb9e1ac9f76f0d7b9c6d74c78ff43c49.tar.bz2
mpv-196c7abcdb9e1ac9f76f0d7b9c6d74c78ff43c49.tar.xz
manpage: fix typo in --video-align-y description
-rw-r--r--DOCS/man/en/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 6e2858cbe7..0890d16854 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2598,7 +2598,7 @@ OPTIONS
to pad the video to screen if video and screen aspect ratios are different.
``--video-align-y=-1`` would move the video to the top of the screen
(leaving a border only on the bottom), a value of ``0`` centers it
- (default), and a value of ``-1`` would put the video at the bottom of the
+ (default), and a value of ``1`` would put the video at the bottom of the
screen.
If video and screen aspect match perfectly, these options do nothing.