diff options
| author | ruki <[email protected]> | 2015-06-21 21:44:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-21 21:44:40 +0800 |
| commit | 6faa822ae876cd75a0ad936e9af863f559e9d8e8 (patch) | |
| tree | 11443cf8cb6e8632ab4022476d51b5fc9216aec2 /xmake/scripts/action/_create.lua | |
| parent | a3f92451ca522092bd12e0c64a73b1154993253d (diff) | |
add static and shared library templates
Diffstat (limited to 'xmake/scripts/action/_create.lua')
| -rw-r--r-- | xmake/scripts/action/_create.lua | 5 |
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." |
