summaryrefslogtreecommitdiffstats
path: root/DOCS/man/osc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/osc.rst')
-rw-r--r--DOCS/man/osc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 9e2ead0126..d197715f29 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -138,7 +138,7 @@ Configuration
The OSC offers limited configuration through a config file
``lua-settings/osc.conf`` placed in mpv's user dir and through the
-``--lua-opts`` command-line option. Options provided through the command-line
+``--script-opts`` command-line option. Options provided through the command-line
will override those from the config file.
Config Syntax
@@ -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
+ --script-opts=osc-optionA=value1,osc-optionB=value2
Configurable Options