diff options
author | wm4 <wm4@nowhere> | 2015-09-25 20:50:04 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-09-25 20:50:04 +0200 |
commit | 6875e6a77946de2cecbdbfc6e9930a79f31767e0 (patch) | |
tree | af07f534835a9d47230c096d6fd9c0a93b18f24b | |
parent | ac5538c7df460f218d9eaf10f7c0ee17a300ee7b (diff) |
wscript: add missing entry to help output
Fixes #2344.
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |