summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-13 20:11:18 +0100
committerwm4 <wm4@nowhere>2014-01-15 20:54:32 +0100
commit362b35b6315efaae2c83dfaa923b3c6713148b40 (patch)
tree7868e01e64994e1c93b8aa1e927245cc4f405b4b
parent49cf0af2949619cd4e7180e306acef6247d070ab (diff)
downloadmpv-362b35b6315efaae2c83dfaa923b3c6713148b40.tar.bz2
mpv-362b35b6315efaae2c83dfaa923b3c6713148b40.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. Conflicts: DOCS/man/en/options.rst
-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 c878efe649..2efbe1e3c8 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2369,7 +2369,7 @@ 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.
@@ -2378,6 +2378,8 @@ OPTIONS
console. The escape sequence should move the pointer to the beginning of
the line used for the OSD and clear it (default: ``^[[A\r^[[K``).
+ ``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`_.)