From 04a8dd38d53f059a0e2b7d6a8c350a488bfb2a3f Mon Sep 17 00:00:00 2001 From: Stephen Caraher Date: Fri, 3 Oct 2014 18:51:06 +1000 Subject: 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 CC: @mpv-player/stable --- DOCS/man/osc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst index d1453f9d0c..6182b548bd 100644 --- a/DOCS/man/osc.rst +++ b/DOCS/man/osc.rst @@ -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 -- cgit v1.2.3