Skip to content

Commit 5ac4306

Browse files
committed
fix usage for xmake project
1 parent 4ed3612 commit 5ac4306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/plugins/project/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ task("project")
3030
-- set menu
3131
set_menu {
3232
-- usage
33-
usage = "xmake project [options] [target]"
33+
usage = "xmake project [options] [outputdir]"
3434

3535
-- description
3636
, description = "Generate the project file."

0 commit comments

Comments
 (0)