diff options
| author | ruki <[email protected]> | 2026-06-18 22:57:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-06-18 22:57:25 +0800 |
| commit | 52d8bf18d71728d8d6a863bc16cad5a35afc4a8a (patch) | |
| tree | f522469d528a788dcf1e92b706a893d5db449f6c /xmake/plugins/format/xmake.lua | |
| parent | 849606b78fe250ed3315fb65a085ca6c860ddcaf (diff) | |
fix typo
Diffstat (limited to 'xmake/plugins/format/xmake.lua')
| -rw-r--r-- | xmake/plugins/format/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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_*", |
