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
parent d66eb93e5d
commit e67386e50b
1 changed files with 3 additions and 3 deletions

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