summaryrefslogtreecommitdiffstats
path: root/player/lua/options.lua
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2014-05-23 13:24:27 +0200
committerChrisK2 <spam@kalania.de>2014-05-23 13:24:27 +0200
commitce69afab440b108972810663255e9211972e964b (patch)
tree2c6345ba2d0e0523e264bfbe8b313cfc19eaa13a /player/lua/options.lua
parentc6915d732510812098e6e6c5f4d3d7e28fe21429 (diff)
downloadmpv-ce69afab440b108972810663255e9211972e964b.tar.bz2
mpv-ce69afab440b108972810663255e9211972e964b.tar.xz
lua/osc: forgot some changed files in previous commit
Diffstat (limited to 'player/lua/options.lua')
-rw-r--r--player/lua/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/options.lua b/player/lua/options.lua
index 382a9e4a4b..ca1de400f9 100644
--- a/player/lua/options.lua
+++ b/player/lua/options.lua
@@ -79,7 +79,7 @@ function read_options(options, identifier)
io.close(f)
end
- --parse commandline options
+ --parse command-line options
for key, val in pairs(mp.get_property_native("options/lua-opts")) do
local prefix = identifier.."-"
if not (string.find(key, prefix, 1, true) == nil) then