summaryrefslogtreecommitdiff
path: root/xmake/plugins/project
diff options
context:
space:
mode:
authorruki <[email protected]>2025-02-11 22:55:50 +0800
committerruki <[email protected]>2025-02-11 22:55:50 +0800
commit5ac4306eef484bf86b35da159d03ea8cbeebe286 (patch)
treecf1e89f0ffd635c264299fd272734d1e08a14c53 /xmake/plugins/project
parent4ed3612d7d91182e26972eca47f30d99e67f2882 (diff)
fix usage for xmake project
Diffstat (limited to 'xmake/plugins/project')
-rw-r--r--xmake/plugins/project/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index 34cc5fe07..3bf958d77 100644
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -30,7 +30,7 @@ task("project")
-- set menu
set_menu {
-- usage
- usage = "xmake project [options] [target]"
+ usage = "xmake project [options] [outputdir]"
-- description
, description = "Generate the project file."