From 090c8cc0ce303bdb09c3b3bf9772e5d2b82f7ddf Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 16 Sep 2024 22:46:49 +0800 Subject: format code --- xmake/modules/private/xrepo/action/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/xrepo/action/install.lua b/xmake/modules/private/xrepo/action/install.lua index bffd7343b..5f9b2bc3e 100644 --- a/xmake/modules/private/xrepo/action/install.lua +++ b/xmake/modules/private/xrepo/action/install.lua @@ -42,7 +42,7 @@ function menu_options() " - xrepo install -f \"regex=true,thread=true\" boost"}, {'j', "jobs", "kv", tostring(os.default_njob()), "Set the number of parallel compilation jobs."}, - {nil, "linkjobs", "kv", nil, "Set the number of parallel link jobs."}, + {nil, "linkjobs", "kv", nil, "Set the number of parallel link jobs."}, {nil, "includes", "kv", nil, "Includes extra lua configuration files.", "e.g.", " - xrepo install -p cross --toolchain=mytool --includes='toolchain1.lua" .. path.envsep() .. "toolchain2.lua'"}, -- cgit v1.3.1