summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index bbff3cc30b..0c8a0c0214 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -712,9 +712,9 @@ FILES
``~/.config/mpv/input.conf``
key bindings (see `INPUT.CONF`_ section)
-``~/.config/mpv/lua/``
- All files in this directly are loaded as if they were passed to the
- ``--lua`` option. They are loaded in alphabetical order, and sub-directories
+``~/.config/mpv/scripts/``
+ All files in this directory are loaded as if they were passed to the
+ ``--script`` option. They are loaded in alphabetical order, and sub-directories
and files with no ``.lua`` extension are ignored. The ``--load-scripts=no``
option disables loading these files.
@@ -738,8 +738,8 @@ locations are different:
``%APPDATA%/mpv/input.conf``
key bindings (see `INPUT.CONF`_ section)
-``%APPDATA%/mpv/lua/``
- equivalent of ``~/.config/mpv/lua/`` on Unix.
+``%APPDATA%/mpv/scripts/``
+ equivalent of ``~/.config/mpv/scripts/`` on Unix.
The environment variable ``$MPV_HOME`` completely overrides these, like on
UNIX.