diff options
| author | ruki <[email protected]> | 2016-02-24 16:55:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-24 16:55:27 +0800 |
| commit | 00958c7b39c53a7e597ff6705ae9b1e2baeece4b (patch) | |
| tree | 4951b66e8fdcbdd35bd102740bda2dea21b571b8 /xmake/core/tasks/lua.lua | |
| parent | dae473cb200c72b9cd94fcfe04c431e59837012f (diff) | |
add some common options
Diffstat (limited to 'xmake/core/tasks/lua.lua')
| -rwxr-xr-x | xmake/core/tasks/lua.lua | 5 |
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" |
