summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-24 22:39:47 +0100
committerwm4 <wm4@nowhere>2019-11-24 22:39:47 +0100
commite2e6bb496e615ab33b55d2218d289d969b103ae8 (patch)
treeb13c42b34afcfe95c80a18743c92dc0c5fc2ea2a /DOCS/man
parentc1acb1afe1a890f6195acdd08842c81b9cea3528 (diff)
downloadmpv-e2e6bb496e615ab33b55d2218d289d969b103ae8.tar.bz2
mpv-e2e6bb496e615ab33b55d2218d289d969b103ae8.tar.xz
options: remove deprecated --playlist-pos alias
This causes problems because it has the same name as a property which behaves differently.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 929f216692..3fa821e3fd 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2735,10 +2735,6 @@ caveats with some properties (due to historical reasons):
Strictly speaking, option access via API (e.g. ``mpv_set_option_string()``)
has the same problem, and it's only a difference between CLI/API.
-``playlist-pos``, ``chapter``
- These properties behave different from the deprecated options with the same
- names.
-
``profile``, ``include``
These are write-only, and will perform actions as they are written to,
exactly as if they were used on the mpv CLI commandline. Their only use is