summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()