diff options
| author | ruki <[email protected]> | 2024-02-23 08:59:28 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-23 08:59:28 +0800 |
| commit | 2ea998a51ab8327571da3c113d333d5fc0276e13 (patch) | |
| tree | 2fd9404fa4bd471f7ea8647e0303c4f5c41e1ea4 /xmake/plugins/format/xmake.lua | |
| parent | f137fce1fd26460ee993218bd676e9095f239ebe (diff) | |
Update xmake.lua
Diffstat (limited to 'xmake/plugins/format/xmake.lua')
| -rw-r--r-- | xmake/plugins/format/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/format/xmake.lua b/xmake/plugins/format/xmake.lua index 62cb99950..4d1b2a6f8 100644 --- a/xmake/plugins/format/xmake.lua +++ b/xmake/plugins/format/xmake.lua @@ -28,8 +28,8 @@ task("format") {'s', "style", "kv", nil, "Set the path of .clang-format file, a coding style", values = {"LLVM", "Google", "Chromium", "Mozilla", "WebKit"}}, {nil, "create", "k", nil, "Create a .clang-format file from a coding style"}, - {'a', "all", "k", nil, "Format all targets."}, - {'g', "group", "kv", nil, "Format all targets of the given group. It support path pattern matching.", + {'a', "all", "k", nil, "Format all targets."}, + {'g', "group", "kv", nil, "Format all targets of the given group. It support path pattern matching.", "e.g.", " xmake format -g test", " xmake format -g test_*", |
