summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/_create.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/action/_create.lua')
-rw-r--r--xmake/scripts/action/_create.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmake/scripts/action/_create.lua b/xmake/scripts/action/_create.lua
index a49dd4915..5b79301db 100644
--- a/xmake/scripts/action/_create.lua
+++ b/xmake/scripts/action/_create.lua
@@ -115,11 +115,8 @@ end
function _create.menu()
return {
- -- xmake p
- shortname = 'p'
-
-- usage
- , usage = "xmake create|p [options] [target]"
+ usage = "xmake create [options] [target]"
-- description
, description = "Create a new project."