summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-25 14:10:37 -0500
committerDudemanguy <random342@airmail.cc>2023-10-30 16:47:44 +0000
commitb56e63e2a96b67aff4050d4db06ee67665893c36 (patch)
tree0d13cac32cb3b06bcfd799749c0da825a275021a /DOCS/man/mpv.rst
parentd72c86f95c9292c15e96a1f3fb8471ebb28aa6da (diff)
downloadmpv-b56e63e2a96b67aff4050d4db06ee67665893c36.tar.bz2
mpv-b56e63e2a96b67aff4050d4db06ee67665893c36.tar.xz
m_option: drop support for -del for list options
5f74ed58286a1339412554932f31844ec1b64280 deprecated this many years ago. The utility is questionable at best given that -remove exists and is more natural to use. Free up some code and drop it.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 636d4bbdc3..5a4a3f62ad 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -539,7 +539,6 @@ 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 (deprecated)
-toggle Append an item, or remove if if it already exists (no escapes)
============= ===============================================
@@ -590,7 +589,6 @@ 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 (deprecated)
-toggle Append a filter, or remove if if it already exists
-help Pseudo operation that prints a help text to the terminal
============= ===============================================