From 0b57414998b5404f93209f5b06141911cc9af503 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Fri, 16 Aug 2019 09:46:34 +0800 Subject: Fix typo --- 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 3b76d6df7..15d2ac50b 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -42,9 +42,9 @@ task("project") , " - makefile" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" - , " - vs2002, vs2003, vs2005, vs2008" + , " - vs (auto detect), vs2002, vs2003, vs2005, vs2008" , " - vs2010, vs2012, vs2013, vs2015, vs2017, vs2019" - , " - vsxmake2010 ~ vsmake2019" } + , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2019" } , {'m', "modes", "kv", nil, "Set the project modes." , " e.g. " , " - xmake project -k vs2015 -m \"release" .. path.envsep() .. "debug\"" } -- cgit v1.3.1