From 69469eb56d52ef19a23d82ec9bfd7f763de5b7a2 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 23 Jan 2021 12:34:47 +0800 Subject: update help --- xmake/plugins/project/xmake.lua | 4 ++-- 1 file 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." } } } -- cgit v1.3.1