summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorStephen Caraher <moskvax@gmail.com>2014-10-03 18:51:06 +1000
committerwm4 <wm4@nowhere>2014-10-03 14:24:07 +0200
commita037313c1092e9a9a3d94085a83954c477076ab0 (patch)
tree0c647d20f6faa764568ca9bdde242004f0a1afb8 /DOCS/man
parent1482a6fece133ca67c5897e9a6a9373ad40be757 (diff)
downloadmpv-a037313c1092e9a9a3d94085a83954c477076ab0.tar.bz2
mpv-a037313c1092e9a9a3d94085a83954c477076ab0.tar.xz
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
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/osc.rst2
1 files changed, 1 insertions, 1 deletions
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