summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-13 20:11:18 +0100
committerwm4 <wm4@nowhere>2014-01-13 20:11:18 +0100
commit1d64b0101ff859b72579722915c87bae041c03fc (patch)
treefc28c12921790f21f3dcf9e5e48bae51f436c7e5 /DOCS
parent6759941fca5820d62dbc30948b4863f49df21419 (diff)
downloadmpv-1d64b0101ff859b72579722915c87bae041c03fc.tar.bz2
mpv-1d64b0101ff859b72579722915c87bae041c03fc.tar.xz
manpage: document --term-osd=force
Apparently this was forgotten when it was first added, or maybe it's an arrifact from the rst conversion.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index ad5eabd232..64a97811a7 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2374,10 +2374,12 @@ OPTIONS
Some ``--sws`` options are tunable. The description of the ``scale``
video filter has further information.
-``--term-osd, --no-term-osd``
+``--term-osd, --no-term-osd``, ``--term-osd=force``
Display OSD messages on the console when no video output is available.
Enabled by default.
+ ``force`` enables terminal OSD even if a video window is created.
+
``--title=<string>``
Set the window title. Properties are expanded on playback start.
(See `Property Expansion`_.)