summaryrefslogtreecommitdiff
path: root/xmake/core/tasks/lua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/tasks/lua.lua')
-rwxr-xr-xxmake/core/tasks/lua.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/core/tasks/lua.lua b/xmake/core/tasks/lua.lua
index 8258e5033..22aac6eea 100755
--- a/xmake/core/tasks/lua.lua
+++ b/xmake/core/tasks/lua.lua
@@ -29,11 +29,6 @@ task("lua")
, {'s', "string", "k", nil, "Run the lua string script." }
, {}
- , {'v', "verbose", "k", nil, "Print lots of verbose information." }
- , {nil, "version", "k", nil, "Print the version number and exit." }
- , {'h', "help", "k", nil, "Print this help message and exit." }
-
- , {}
, {nil, "script", "v", nil, "Run the given lua script."
, " - The script name from the xmake tool directory"
, " - The script file"