summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-21 21:01:04 +0800
committerruki <[email protected]>2017-05-21 21:01:33 +0800
commit57a8a73b96549260dd76109a77f0f0f6bb704de8 (patch)
tree9d0a3233a1a43862da048bbcfe5e21573c9d7467 /xmake/plugins/lua
parent573618951446177bb2378f5852466e15153366e8 (diff)
add root common option
Diffstat (limited to 'xmake/plugins/lua')
-rw-r--r--xmake/plugins/lua/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua
index 78cd176ab..073d94875 100644
--- a/xmake/plugins/lua/xmake.lua
+++ b/xmake/plugins/lua/xmake.lua
@@ -93,7 +93,6 @@ task("lua")
{
{'l', "list", "k", nil, "List all scripts." }
- , {nil, "root", "k", nil, "Allow to run script as root." }
, {'c', "command", "k", nil, "Run script as command" }
, {nil, "script", "v", nil, "Run the given lua script name, file or module and enter interactive mode if no given script.",
".e.g",