diff options
| author | ruki <[email protected]> | 2026-06-19 00:24:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-06-19 00:24:24 +0800 |
| commit | 6aeb1e3fef16f55f6ff20e60bb48ddded9c90faf (patch) | |
| tree | 527e8d557370d6a9cb2303ffdd317444f7659de6 | |
| parent | 52d8bf18d71728d8d6a863bc16cad5a35afc4a8a (diff) | |
fix typo
| -rw-r--r-- | xmake/actions/config/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index cc164b533..3bc2cd882 100644 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -176,7 +176,7 @@ task("config") " - xmake f -m debug -xxx=y --export=build/config.txt"}, {nil, "import", "kv", nil, "Import configs from the given file.", " e.g.", - " - xmake f -import=build/config.txt"}, + " - xmake f --import=build/config.txt"}, {nil, "menu", "k", nil, "Configure project with a menu-driven user interface."}, {category = "."}, {'p', "plat", "kv", "auto", "Compile for the given platform.", values = _plat_values}, @@ -193,7 +193,7 @@ task("config") {nil, "pkg_searchdirs", "kv", nil, "The search directories of the remote package.", " e.g.", " - xmake f --pkg_searchdirs=/dir1" .. path.envsep() .. "/dir2"}, - {category = "Cross Complation Configuration"}, + {category = "Cross Compilation Configuration"}, {nil, "cross", "kv", nil, "Set cross toolchains prefix", "e.g.", " - i386-mingw32-", |
