summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfwqaaq <[email protected]>2023-05-15 18:46:22 +0800
committerGitHub <[email protected]>2023-05-15 18:46:22 +0800
commitdcbdeb57a9573cf747fc7268c648c40b61b2f2cf (patch)
tree170ed7cd655d1c48bd5ea9d4fd0b8ef23646eb1f
parent117b93a3fd2a2f20780c4e52a5ead72720229f08 (diff)
Apply suggestions from code review
-rw-r--r--xmake/actions/create/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/create/main.lua b/xmake/actions/create/main.lua
index cdfe1694e..aa33b2cda 100644
--- a/xmake/actions/create/main.lua
+++ b/xmake/actions/create/main.lua
@@ -32,7 +32,7 @@ end
-- create project from template
function _create_project(language, templateid, targetname)
if targetname == '.' then
- raise("you should specific ${red}-P${reset} instead of using ${red}.${reset}")
+ raise("you should specific ${red}-P${reset} instead of directly using ${red}.${reset}")
end
-- check the language