summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-30 20:43:35 +0800
committerruki <[email protected]>2017-03-30 20:43:35 +0800
commit8cece0ebb4012780f8c290f38e7bb022e59b6782 (patch)
tree0be764a61a8fe99eabd1507fdcea09c813fb8a2b /xmake/plugins/lua
parentdd3e97f4c1d1ede059b3cc6f52808409b4462c36 (diff)
fix root bug for installation
Diffstat (limited to 'xmake/plugins/lua')
-rw-r--r--xmake/plugins/lua/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua
index abc723b3b..917d66119 100644
--- a/xmake/plugins/lua/xmake.lua
+++ b/xmake/plugins/lua/xmake.lua
@@ -73,6 +73,7 @@ task("lua")
, options =
{
{'l', "list", "k", nil, "List all scripts." }
+ , {nil, "root", "k", nil, "Allow to run script as root." }
, {nil, "script", "v", nil, "Run the given lua script." }
, {nil, "arguments", "vs", nil, "The script arguments." }
}