summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2016-01-21 12:18:55 -0500
committerwm4 <wm4@nowhere>2016-01-22 00:25:43 +0100
commit27ecc417fedf25b2408e49fafdae4421d5115532 (patch)
tree9f62d2ccebb8419c4215f767faf4c1de73afac7b /wscript
parent03b50d4bf6cbedafdb2817a03c6389e10cb86080 (diff)
downloadmpv-27ecc417fedf25b2408e49fafdae4421d5115532.tar.bz2
mpv-27ecc417fedf25b2408e49fafdae4421d5115532.tar.xz
wscript: Update `--lua' help
This was outdated after a1f949d3b83224306e099c7d670f11eb8f249b84.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ca48401c4e..602ec58b5e 100644
--- a/wscript
+++ b/wscript
@@ -911,7 +911,7 @@ def options(opt):
group.add_option('--lua',
type = 'string',
dest = 'LUA_VER',
- help = "select Lua package which should be autodetected. Choices: 51 51deb 51fbsd 52 52deb 52arch 52fbsd luajit")
+ help = "select Lua package which should be autodetected. Choices: 51 51deb 51obsd 51fbsd 52 52deb 52arch 52fbsd luajit")
@conf
def is_optimization(ctx):