diff options
| author | fwqaaq <[email protected]> | 2023-05-15 18:46:22 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 18:46:22 +0800 |
| commit | dcbdeb57a9573cf747fc7268c648c40b61b2f2cf (patch) | |
| tree | 170ed7cd655d1c48bd5ea9d4fd0b8ef23646eb1f | |
| parent | 117b93a3fd2a2f20780c4e52a5ead72720229f08 (diff) | |
Apply suggestions from code review
| -rw-r--r-- | xmake/actions/create/main.lua | 2 |
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 |
