summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index d537380e78..5d35e226dc 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -696,9 +696,9 @@ Program Behavior
configuration subdirectory (usually ``~/.config/mpv/scripts/``).
(Default: ``yes``)
-``--script=<filename>``
- Load a Lua script. You can load multiple scripts by separating them with
- commas (``,``).
+``--script=<filename>``, ``--scripts=file1.lua:file2.lua:...``
+ Load a Lua script. The second option allows you to load multiple scripts by
+ separating them with the path separator (``:`` on Unix, ``;`` on Windows).
``--script-opts=key1=value1,key2=value2,...``
Set options for scripts. A script can query an option by key. If an