diff options
| author | ruki <[email protected]> | 2025-02-11 22:55:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-02-11 22:55:50 +0800 |
| commit | 5ac4306eef484bf86b35da159d03ea8cbeebe286 (patch) | |
| tree | cf1e89f0ffd635c264299fd272734d1e08a14c53 /xmake/plugins | |
| parent | 4ed3612d7d91182e26972eca47f30d99e67f2882 (diff) | |
fix usage for xmake project
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 2 |
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." |
