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:
Stephen Caraher 2014-10-03 18:51:06 +10:00 committed by wm4
parent 1482a6fece
commit a037313c10
1 changed files with 1 additions and 1 deletions

View File

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