summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-30 19:17:44 +0200
committerwm4 <wm4@nowhere>2014-08-30 19:17:44 +0200
commit948dfe651d9885746a6cf28e2549188bcd4de2b0 (patch)
tree1d338c450dee57f59c48166a394c4823bc7c616b
parentb7fa9818999a65d4640deebda9a93823951e6ccd (diff)
downloadmpv-948dfe651d9885746a6cf28e2549188bcd4de2b0.tar.bz2
mpv-948dfe651d9885746a6cf28e2549188bcd4de2b0.tar.xz
manpage: document that --cache-file doesn't work with ordered chapters
-rw-r--r--DOCS/man/options.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 65e7673a1f..f1df635bb2 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2786,6 +2786,8 @@ Cache
Also see ``--cache-file-size``.
+ .. warning:: Causes random corruption when used with ordered chapters.
+
``--cache-file-size=<kBytes>``
Maximum size of the file created with ``--cache-file``. For read accesses
above this size, the cache is simply not used.