0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

manpage: fix --script docs

This doesn't take a ',' separated list. --script is just an alias for
--scripts--append. --scripts accepts a list, but uses the
mplayer-inherited platform-dependent path separator.

Fixes: #5996
This commit is contained in:
wm4 2019-10-25 13:41:34 +02:00 committed by sfan5
parent 509f6f5a9b
commit 89dc74885d

View File

@ -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