summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-27 21:37:38 +0800
committerruki <[email protected]>2016-02-27 21:37:38 +0800
commit95688f56b65704f3c7b3afa92642af0b80c554a3 (patch)
treefb2ab5193d9404a2af2e9c20e353300ba6051a09
parentdd8ae9c540d5da04a8ffc8a030dfbbd53b26daa9 (diff)
fix grammar issues for package task
-rwxr-xr-xxmake/core/tasks/package.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/tasks/package.lua b/xmake/core/tasks/package.lua
index bc63a338b..17dd79b9c 100755
--- a/xmake/core/tasks/package.lua
+++ b/xmake/core/tasks/package.lua
@@ -60,9 +60,9 @@ task("package")
-- get it
return description
- end }
+ end }
- {'o', "outputdir", "kv", nil, "Set the output directory." }
+ , {'o', "outputdir", "kv", nil, "Set the output directory." }
, {}
, {nil, "target", "v", "all", "Package a given target" }