diff options
| author | A2va <[email protected]> | 2022-12-02 18:22:30 +0100 |
|---|---|---|
| committer | A2va <[email protected]> | 2022-12-02 18:22:30 +0100 |
| commit | 8096de60f4aac3fa3fa69de9e399f3a148203b4a (patch) | |
| tree | e25f58c88b67dfd600252e968f5a7a7406d710b9 /xmake/plugins/format/xmake.lua | |
| parent | df25bc8dfac8cbf690f6dff8dd263421a7ca795a (diff) | |
Improve file argument
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 16710524a..1958efb97 100644 --- a/xmake/plugins/format/xmake.lua +++ b/xmake/plugins/format/xmake.lua @@ -28,7 +28,7 @@ task("format") {'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", "k", nil, "Create a .clang-format file from a coding style" }, - {'f', "file", "v", "*.cpp *.h *.hpp", "Set file path or glob pattern"} + {'f', "file", "v", "*.cpp *.h *.hpp", "Set file path or glob pattern (*.cpp)"} } } |
