summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-11-08 10:08:27 -0600
committerDudemanguy <random342@airmail.cc>2023-11-09 21:32:35 +0000
commitf67478f8b23f26da1292e4f3b6afe0aa86fa5bff (patch)
treed6688200c205d5dbef7fe2b0b9ea9dfe49f3e19d /DOCS/man/input.rst
parent5c2051b1adbfdf476df5e57080ea0ea79abee1a7 (diff)
downloadmpv-f67478f8b23f26da1292e4f3b6afe0aa86fa5bff.tar.bz2
mpv-f67478f8b23f26da1292e4f3b6afe0aa86fa5bff.tar.xz
DOSC/input: clarify a couple of commands where no-osd has no effect
This should be the intuitive expectation, but it's worth noting the deviation.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d1cf8fd40b..bd0a9f7294 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -758,7 +758,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
``show-text <text> [<duration>|-1 [<level>]]``
Show text on the OSD. The string can contain properties, which are expanded
as described in `Property Expansion`_. This can be used to show playback
- time, filename, and so on.
+ time, filename, and so on. ``no-osd`` has no effect on this command.
<duration>
The time in ms to show the message for. By default, it uses the same
@@ -786,7 +786,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
``show-progress``
Show the progress bar, the elapsed time and the total duration of the file
- on the OSD.
+ on the OSD. ``no-osd`` has no effect on this command.
``write-watch-later-config``
Write the resume config file that the ``quit-watch-later`` command writes,