diff options
| -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 aa33b2cda..ff90e4602 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 directly using ${red}.${reset}") + raise("you should specify ${red}-P${reset} instead of directly using ${red}.${reset}") end -- check the language |
