mirror of https://github.com/mpv-player/mpv
man: replaced : with , in broken --lua-opts osc example
--lua-opts is a key-value list, so the option parser accepts only commas. Signed-off-by: wm4 <wm4@nowhere> CC: @mpv-player/stable
This commit is contained in:
parent
1482a6fece
commit
a037313c10
|
@ -161,7 +161,7 @@ To avoid collisions with other scripts, all options need to be prefixed with
|
|||
|
||||
Example::
|
||||
|
||||
--lua-opts=osc-optionA=value1:osc-optionB=value2
|
||||
--lua-opts=osc-optionA=value1,osc-optionB=value2
|
||||
|
||||
|
||||
Configurable Options
|
||||
|
|
Loading…
Reference in New Issue