diff options
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_*", |
