diff options
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -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." |
