summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index be00c1844a..f0e8da5546 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2165,7 +2165,7 @@ Input
Read commands from the given file. Mostly useful with a FIFO. Since
mpv 0.7.0 also understands JSON commands (see `JSON IPC`_), but you can't
get replies or events. Use ``--input-unix-socket`` for something
- bi-directional.
+ bi-directional. On MS Windows, JSON commands are not available.
See also ``--slave-broken``.
@@ -2188,6 +2188,8 @@ Input
See `JSON IPC`_ for details.
+ Not available on MS Windows.
+
``--input-appleremote=<yes|no>``
(OS X only)
Enable/disable Apple Remote support. Enabled by default (except for libmpv).