summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-31 23:03:38 +0800
committerruki <[email protected]>2023-01-31 23:03:38 +0800
commit34b003e23248f0aa069b22b9787a434cb9d38922 (patch)
tree647c0770ffafc9135d51c41a2b7990806fb67c69 /xmake/plugins/check/xmake.lua
parent73ad9cdddf5168a19a738bd098a775c22a390a85 (diff)
rename description
Diffstat (limited to 'xmake/plugins/check/xmake.lua')
-rw-r--r--xmake/plugins/check/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/check/xmake.lua b/xmake/plugins/check/xmake.lua
index 5fce74cd6..265a4cf18 100644
--- a/xmake/plugins/check/xmake.lua
+++ b/xmake/plugins/check/xmake.lua
@@ -23,7 +23,7 @@ task("check")
on_run("main")
set_menu {
usage = "xmake check [options] [arguments]",
- description = "Check the project configuration.",
+ description = "Check the project code and configuration.",
options = {
}
}