summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-16 09:57:58 +0800
committerGitHub <[email protected]>2019-08-16 09:57:58 +0800
commit9588bc931c37322955165eb085c83d6e2dd4fee3 (patch)
treed2cb539ff2d8aa17ab8efe7196181c3507ef2838
parenta6c09032d92f2b42f5e1403149aca05c32affc98 (diff)
parent0b57414998b5404f93209f5b06141911cc9af503 (diff)
Merge pull request #531 from OpportunityLiu/patch-1
Fix typo
-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 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\"" }