summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-09-16 13:26:48 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2020-09-17 10:35:35 +0200
commitb2f4320d06304f16a3f447e7e68cab54b670bef1 (patch)
treea0477996b572a5bfd2f2422395e06a8f57e8f666 /DOCS/man/options.rst
parentf825473c7afa6d2f93edd0223c09d7f14a5e383f (diff)
downloadmpv-b2f4320d06304f16a3f447e7e68cab54b670bef1.tar.bz2
mpv-b2f4320d06304f16a3f447e7e68cab54b670bef1.tar.xz
manpage: refer to --sub-color for colors
Don't make the user search for --osd-color only to make him search again for --sub-color.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 3a092651ee..b2e41bca76 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3954,7 +3954,7 @@ OSD
Height of the OSD bar, in percentage of the screen height (default: 3.125).
``--osd-back-color=<color>``
- See ``--osd-color``. Color used for OSD text background.
+ See ``--sub-color``. Color used for OSD text background.
``--osd-blur=<0..20.0>``
Gaussian blur factor. 0 means no blur applied (default).
@@ -3966,7 +3966,7 @@ OSD
Format text on italic.
``--osd-border-color=<color>``
- See ``--osd-color``. Color used for the OSD font border.
+ See ``--sub-color``. Color used for the OSD font border.
.. note::
@@ -6335,8 +6335,8 @@ The following video options are currently all specific to ``--vo=gpu`` and
this flag. Could be removed any time.
``--background=<color>``
- Color used to draw parts of the mpv window not covered by video. See
- ``--osd-color`` option how colors are defined.
+ Color used to draw parts of the mpv window not covered by video. See the
+ ``--sub-color`` option for how colors are defined.
``--gpu-tex-pad-x``, ``--gpu-tex-pad-y``
Enlarge the video source textures by this many pixels. For debugging only