summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-18 11:43:25 -0500
committerDudemanguy <random342@airmail.cc>2023-09-18 17:13:15 +0000
commit7a76cf4d65fc56fbf0a0f600ec770324c44b81e7 (patch)
tree5957811ba3cf423f82ac967dfafa66c72fa67512 /DOCS/man/options.rst
parent1c09ee44c3b0d1001b38ca3dfd030fca644ac5ff (diff)
downloadmpv-7a76cf4d65fc56fbf0a0f600ec770324c44b81e7.tar.bz2
mpv-7a76cf4d65fc56fbf0a0f600ec770324c44b81e7.tar.xz
demux: prepend some cache options with demuxer
--cache-dir is an awful name that leads to confusion (see #12418). Change the name to --demuxer-cache-dir and --demuxer-cache-unlink-files instead.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 7d354adde2..35b5ebc5b6 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4905,7 +4905,7 @@ Cache
media is closed. If the option is disabled and enabled again, it will
continue to use the cache file that was opened first.
-``--cache-dir=<path>``
+``--demuxer-cache-dir=<path>``
Directory where to create temporary files. Cache is stored in the system's
cache directory (usually ``~/.cache/mpv``) if this is unset.
@@ -4939,7 +4939,7 @@ Cache
This option also triggers when playback is restarted after seeking.
-``--cache-unlink-files=<immediate|whendone|no>``
+``--demuxer-cache-unlink-files=<immediate|whendone|no>``
Whether or when to unlink cache files (default: immediate). This affects
cache files which are inherently temporary, and which make no sense to
remain on disk after the player terminates. This is a debugging option.