diff options
| author | ruki <[email protected]> | 2016-02-25 08:37:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-25 08:38:24 +0800 |
| commit | 3456f0e1f8fb59aed918075250b2f112b91a2255 (patch) | |
| tree | fe60cd34b068aa1fd49c755b38675794a3150800 /xmake/core/tasks/lua.lua | |
| parent | 01ab81520540901f97fe3581bc4a3d7c3bb21e30 (diff) | |
optimizate the menu of task
Diffstat (limited to 'xmake/core/tasks/lua.lua')
| -rwxr-xr-x | xmake/core/tasks/lua.lua | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/xmake/core/tasks/lua.lua b/xmake/core/tasks/lua.lua index 8447bd6be..0a7b4b6fa 100755 --- a/xmake/core/tasks/lua.lua +++ b/xmake/core/tasks/lua.lua @@ -40,15 +40,7 @@ task("lua") -- options , options = { - {'f', "file", "kv", nil, "Read a given xmake.lua file." } - , {'P', "project", "kv", nil, "Change to the given project directory." - , "Search priority:" - , " 1. The Given Command Argument" - , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR" - , " 3. The Current Directory" } - - , {} - , {'s', "string", "k", nil, "Run the lua string script." } + {'s', "string", "k", nil, "Run the lua string script." } , {} , {nil, "script", "v", nil, "Run the given lua script." |
