summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-23 12:34:47 +0800
committerruki <[email protected]>2021-01-23 12:34:47 +0800
commit69469eb56d52ef19a23d82ec9bfd7f763de5b7a2 (patch)
tree12f81a5f4cc8e93205d203e3904b65d16d2bab9c /xmake/plugins/project/xmake.lua
parentec117334fde27b4394439878c759f3662b2dac4c (diff)
update help
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rw-r--r--xmake/plugins/project/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index 78715393c..659d35553 100644
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -58,10 +58,10 @@ task("project")
end }
, {'m', "modes", "kv" , nil , "Set the project modes."
, " e.g. "
- , " - xmake project -k vsxmake -m \"release" .. path.envsep() .. "debug\"" }
+ , " - xmake project -k vsxmake -m \"release,debug\"" }
, {'a', "archs", "kv" , nil , "Set the project archs."
, " e.g. "
- , " - xmake project -k vsxmake -a \"x86" .. path.envsep() .. "x64\"" }
+ , " - xmake project -k vsxmake -a \"x86,x64\"" }
, {nil, "outputdir", "v" , "." , "Set the output directory." }
}
}