summaryrefslogtreecommitdiff
path: root/xmake/core/tasks/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-25 08:37:01 +0800
committerruki <[email protected]>2016-02-25 08:38:24 +0800
commit3456f0e1f8fb59aed918075250b2f112b91a2255 (patch)
treefe60cd34b068aa1fd49c755b38675794a3150800 /xmake/core/tasks/package.lua
parent01ab81520540901f97fe3581bc4a3d7c3bb21e30 (diff)
optimizate the menu of task
Diffstat (limited to 'xmake/core/tasks/package.lua')
-rwxr-xr-xxmake/core/tasks/package.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/xmake/core/tasks/package.lua b/xmake/core/tasks/package.lua
index 1fad0ac65..ef2db6cd1 100755
--- a/xmake/core/tasks/package.lua
+++ b/xmake/core/tasks/package.lua
@@ -60,14 +60,7 @@ task("package")
return descriptions
end }]]
- , {}
- , {'f', "file", "kv", "xmake.lua", "Create a given xmake.lua file." }
- , {'P', "project", "kv", nil, "Create from the given project directory."
- , "Search priority:"
- , " 1. The Given Command Argument"
- , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR"
- , " 3. The Current Directory" }
- , {'o', "outputdir", "kv", nil, "Set the output directory." }
+ {'o', "outputdir", "kv", nil, "Set the output directory." }
, {}
, {nil, "target", "v", "all", "Package a given target" }