From 00958c7b39c53a7e597ff6705ae9b1e2baeece4b Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 24 Feb 2016 16:55:27 +0800 Subject: add some common options --- xmake/core/tasks/lua.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmake/core/tasks/lua.lua') 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 @@ -28,11 +28,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" -- cgit v1.3.1