mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
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::
|
Example::
|
||||||
|
|
||||||
--lua-opts=osc-optionA=value1:osc-optionB=value2
|
--lua-opts=osc-optionA=value1,osc-optionB=value2
|
||||||
|
|
||||||
|
|
||||||
Configurable Options
|
Configurable Options
|
||||||
|
Loading…
Reference in New Issue
Block a user