summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-25 20:50:04 +0200
committerwm4 <wm4@nowhere>2015-09-25 20:50:04 +0200
commit6875e6a77946de2cecbdbfc6e9930a79f31767e0 (patch)
treeaf07f534835a9d47230c096d6fd9c0a93b18f24b /wscript
parentac5538c7df460f218d9eaf10f7c0ee17a300ee7b (diff)
downloadmpv-6875e6a77946de2cecbdbfc6e9930a79f31767e0.tar.bz2
mpv-6875e6a77946de2cecbdbfc6e9930a79f31767e0.tar.xz
wscript: add missing entry to help output
Fixes #2344.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6f04545995..3acda833b8 100644
--- a/wscript
+++ b/wscript
@@ -877,7 +877,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 52fbsd luajit")
+ help = "select Lua package which should be autodetected. Choices: 51 51deb 51fbsd 52 52deb 52arch 52fbsd luajit")
@conf
def is_optimization(ctx):