summaryrefslogtreecommitdiff
path: root/xmake/plugins/format/xmake.lua
diff options
context:
space:
mode:
authorA2va <[email protected]>2022-12-03 14:09:34 +0100
committerA2va <[email protected]>2022-12-03 14:09:34 +0100
commitdedf2caa2d69e323e05b7bc1a6a1198adbe40d0d (patch)
tree1788fd5ad380942542cb29c4aabec71e40dbeccc /xmake/plugins/format/xmake.lua
parent8096de60f4aac3fa3fa69de9e399f3a148203b4a (diff)
Header files fix
Rename argument
Diffstat (limited to 'xmake/plugins/format/xmake.lua')
-rw-r--r--xmake/plugins/format/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/format/xmake.lua b/xmake/plugins/format/xmake.lua
index 1958efb97..d3a00039f 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 (*.cpp)"}
+ {'f', "files", "v", nil, "Set file path or glob pattern"}
}
}