summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/lua/README.md')
-rw-r--r--TOOLS/lua/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/lua/README.md b/TOOLS/lua/README.md
index 5cd6a54c59..f7cdf2a590 100644
--- a/TOOLS/lua/README.md
+++ b/TOOLS/lua/README.md
@@ -4,9 +4,9 @@ mpv lua scripts
The lua scripts in this folder can be loaded on a one-time basis by
adding the option
- --lua=/path/to/script.lua
+ --script=/path/to/script.lua
to mpv's command line.
-Where appropriate, they may also be placed in ~/.config/mpv/lua from where
-they will be automatically loaded when mpv starts.
+Where appropriate, they may also be placed in ~/.config/mpv/scripts/ from
+where they will be automatically loaded when mpv starts.