We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed3612 commit 5ac4306Copy full SHA for 5ac4306
xmake/plugins/project/xmake.lua
@@ -30,7 +30,7 @@ task("project")
30
-- set menu
31
set_menu {
32
-- usage
33
- usage = "xmake project [options] [target]"
+ usage = "xmake project [options] [outputdir]"
34
35
-- description
36
, description = "Generate the project file."
0 commit comments