diff options
| author | ruki <[email protected]> | 2023-01-31 23:03:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-31 23:03:38 +0800 |
| commit | 34b003e23248f0aa069b22b9787a434cb9d38922 (patch) | |
| tree | 647c0770ffafc9135d51c41a2b7990806fb67c69 /xmake/plugins/check/xmake.lua | |
| parent | 73ad9cdddf5168a19a738bd098a775c22a390a85 (diff) | |
rename description
Diffstat (limited to 'xmake/plugins/check/xmake.lua')
| -rw-r--r-- | xmake/plugins/check/xmake.lua | 2 |
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 = { } } |
