summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-06-08 17:30:05 +0800
committerruki <[email protected]>2016-06-08 17:30:05 +0800
commit2429c51cf05dd13bc481704ad0a59e1bcef03ade (patch)
treeb3ce9b3e62886f800891830fda8acacd13b87c2f
parent27d2beccf6b16e884d1c78052f0031b33d1e3225 (diff)
modify mode menu descriptor
-rwxr-xr-xxmake/actions/config/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua
index a292d2312..0a02da06c 100755
--- a/xmake/actions/config/xmake.lua
+++ b/xmake/actions/config/xmake.lua
@@ -86,12 +86,12 @@ task("config")
, {'m', "mode", "kv", "release", "Compile for the given mode."
, " - debug"
, " - release"
- , " - profile" }
+ , " - ... (custom)" }
, {'k', "kind", "kv", "static", "Compile for the given target kind."
, " - static"
, " - shared"
, " - binary" }
- , {nil, "host", "kv", "$(host)", "The current host environment." }
+ , {nil, "host", "kv", "$(host)", "The current host environment." }
-- show project menu options
, function ()