summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/lua/xmake.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." }
}