summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-10 22:55:10 +0800
committerruki <[email protected]>2023-11-10 22:55:10 +0800
commitff33f52afebb41b4d281e9b4f7c9c6711a1e422c (patch)
treed7e9c6c2a5b36bf27c28944932b5f47465409e8b /xmake/plugins/pack/xmake.lua
parent28197467e651b9a92d7076a56783eb00b3dfaeb2 (diff)
get specfile
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
-rw-r--r--xmake/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua
index a8cce7762..4bbd7f4bf 100644
--- a/xmake/plugins/pack/xmake.lua
+++ b/xmake/plugins/pack/xmake.lua
@@ -25,7 +25,7 @@ task("pack")
usage = "xmake pack [options] [names]",
description = "Pack binary installation packages.",
options = {
- {'o', "output", "kv", nil, "The output directory. (default: build/xpack)"},
+ {'o', "outputdir", "kv", nil, "The output directory. (default: build/xpack)"},
{'f', "formats", "kv", "all", "Pack the given package formats.",
"e.g.",
" - xmake pack -f nsis,deb,rpm",