summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-21 00:37:20 +0800
committerruki <[email protected]>2020-02-20 21:44:02 +0800
commitc27abd8d18c5a4a3b3d0482072d65c56abf146d3 (patch)
treecbd3f6f73662323928fcbd1642e106068a5007db
parent6304f7d221ce28d51f4651e8db0951e3ccaf53b5 (diff)
improve configuration help menu
-rw-r--r--xmake/actions/config/xmake.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua
index aa2c71de7..01448ffbe 100644
--- a/xmake/actions/config/xmake.lua
+++ b/xmake/actions/config/xmake.lua
@@ -54,7 +54,9 @@ task("config")
, {nil, "trybuild", "kv", nil , "Enable try-build mode and set the third-party buildsystem tool.",
"e.g.",
" - xmake f --trybuild=auto; xmake",
- " - xmake f --trybuild=autotools -p android --ndk=xxx; xmake"
+ " - xmake f --trybuild=autotools -p android --ndk=xxx; xmake",
+ "",
+ "the third-party buildsystems:"
, values = {"auto", "make", "autotools", "cmake", "scons", "meson", "bazel", "ninja", "msbuild", "xcodebuild"}}
, {nil, "tryconfigs", "kv", nil , "Set the extra configurations of the third-party buildsystem for the try-build mode.",
"e.g.",