diff options
| author | ruki <[email protected]> | 2024-11-20 22:46:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-11-20 22:46:59 +0800 |
| commit | cefc6b3f0f70508da1f7a64d7d2ad64e45be036c (patch) | |
| tree | f52d882346cae71d68c3203552f17ad50cb78d52 | |
| parent | 6f2dc65a267c11c9dbe016e536fd8c756042884a (diff) | |
update config menu
| -rw-r--r-- | xmake/actions/config/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index a2106bf07..59f53a170 100644 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -165,7 +165,7 @@ task("config") set_category("action") on_run("main") set_menu { - usage = "xmake config|f [options] [target]", + usage = "xmake config|f [options]", description = "Configure the project.", shortname = 'f', options = { |
