summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-18 06:57:24 +0100
committerwm4 <wm4@nowhere>2019-12-18 06:57:24 +0100
commit5f74ed58286a1339412554932f31844ec1b64280 (patch)
treeffaf1ac28e26afb4c104ccec0fc60c6226ade3a2 /DOCS/man/mpv.rst
parent9b9307ea9fa2a2f7f24b9ebec65ca622900af2f7 (diff)
downloadmpv-5f74ed58286a1339412554932f31844ec1b64280.tar.bz2
mpv-5f74ed58286a1339412554932f31844ec1b64280.tar.xz
options: deprecate -del for list options
I never liked that these used integer indexes. -remove should have existed from the start. This deprecation is yet another empty threat, though.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index a96dd1149e..7ae4261605 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -497,7 +497,7 @@ Suffix Meaning
-pre Prepend 1 or more items (same syntax as -set)
-clr Clear the option (remove all items)
-remove Delete item if present (does not interpret escapes)
--del Delete 1 or more items by integer index
+-del Delete 1 or more items by integer index (deprecated)
-toggle Append an item, or remove if if it already exists (no escapes)
============= ===============================================
@@ -541,7 +541,7 @@ Suffix Meaning
-pre Prepend 1 or more filters (same syntax as -set)
-clr Clear the option (remove all filters)
-remove Delete filter if present
--del Delete 1 or more filters by integer index or filter label
+-del Delete 1 or more filters by integer index or filter label (deprecated)
-toggle Append a filter, or remove if if it already exists
-help Pseudo operation that prints a help text to the terminal
============= ===============================================