diff options
| author | A2va <[email protected]> | 2022-11-12 14:50:19 +0100 |
|---|---|---|
| committer | A2va <[email protected]> | 2022-11-12 14:50:19 +0100 |
| commit | b1de5d120ee35548083e060a60f836c0d3819a31 (patch) | |
| tree | 7a610564c85e0c057f752704938d5d84fa3c6c08 /xmake/plugins/format/xmake.lua | |
| parent | 54ed917dee71173aa9400032419d7506a050ba3b (diff) | |
Apply modifications from code review
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 d02db5fc4..5cb1c913e 100644 --- a/xmake/plugins/format/xmake.lua +++ b/xmake/plugins/format/xmake.lua @@ -37,7 +37,7 @@ task("format") options = { {'s', "style", "kv", nil, "Set the path of .clang-format file, a coding style".. "(LLVM, Google, Chromium, Mozilla, WebKit) or key value string" }, - {nil, "create-style", "kv", nil, "Create a .clang-format file from a coding style" }, + {nil, "create-style", "kv", nil, "Create a .clang-format file from a coding style" }, {'f', "file", "v", "*.cpp *.h *.hpp", "Set file path or glob pattern"} } } |
