diff options
| author | ruki <[email protected]> | 2017-05-21 21:01:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-21 21:01:33 +0800 |
| commit | 57a8a73b96549260dd76109a77f0f0f6bb704de8 (patch) | |
| tree | 9d0a3233a1a43862da048bbcfe5e21573c9d7467 /xmake/plugins/lua | |
| parent | 573618951446177bb2378f5852466e15153366e8 (diff) | |
add root common option
Diffstat (limited to 'xmake/plugins/lua')
| -rw-r--r-- | xmake/plugins/lua/xmake.lua | 1 |
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", |
