From 5ac4306eef484bf86b35da159d03ea8cbeebe286 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Feb 2025 22:55:50 +0800 Subject: fix usage for xmake project --- xmake/plugins/project/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.3.1