summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2017-12-13 19:37:42 +0200
committerKevin Mitchell <kevmitch@gmail.com>2018-04-07 16:02:16 -0700
commit9eadc068fa13b8d83ad049e83960883d06d3c125 (patch)
tree3c24ef08af62baffafc8c3c4345bf8f141ccef24 /DOCS/man/lua.rst
parentb0951d71f88d29aae7babcee4a5f9dab6435ece3 (diff)
downloadmpv-9eadc068fa13b8d83ad049e83960883d06d3c125.tar.bz2
mpv-9eadc068fa13b8d83ad049e83960883d06d3c125.tar.xz
config: replace config dir lua-settings/ with dir script-opts/
lua-settings/ is still supported, with deprecation warning.
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index be2cf5bcb8..f943f3421d 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -531,7 +531,7 @@ Example implementation::
print(options.optionA)
-The config file will be stored in ``lua-settings/identifier.conf`` in mpv's user
+The config file will be stored in ``script-opts/identifier.conf`` in mpv's user
folder. Comment lines can be started with # and stray spaces are not removed.
Boolean values will be represented with yes/no.