From 52d8bf18d71728d8d6a863bc16cad5a35afc4a8a Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 18 Jun 2026 22:57:25 +0800 Subject: fix typo --- xmake/plugins/format/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/format/xmake.lua') diff --git a/xmake/plugins/format/xmake.lua b/xmake/plugins/format/xmake.lua index 4adb2b85a..964fa1d34 100644 --- a/xmake/plugins/format/xmake.lua +++ b/xmake/plugins/format/xmake.lua @@ -33,7 +33,7 @@ task("format") {'j', "jobs", "kv", tostring(os.default_njob()), "Set the number of parallel format jobs."}, {'a', "all", "k", nil, "Format all targets."}, - {'g', "group", "kv", nil, "Format all targets of the given group. It support path pattern matching.", + {'g', "group", "kv", nil, "Format all targets of the given group. It supports path pattern matching.", "e.g.", " xmake format -g test", " xmake format -g test_*", -- cgit v1.3.1