summaryrefslogtreecommitdiff
path: root/xmake/plugins/plugin/xmake.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-07-29 01:48:24 +0300
committerruki <[email protected]>2026-07-30 10:17:32 +0800
commit77980687c5c1a4102d29e7c314cb9c23f98feab9 (patch)
tree9128785c2acd85f336a3431b0fdf88c198332b39 /xmake/plugins/plugin/xmake.lua
parentec8ba591bed71c88dd61845f0e3f4232233c666b (diff)
Address review comments: refine plugin removal, multi-URL install, and list display
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
-rw-r--r--xmake/plugins/plugin/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua
index a1b7f61ba..aca6def8d 100644
--- a/xmake/plugins/plugin/xmake.lua
+++ b/xmake/plugins/plugin/xmake.lua
@@ -30,7 +30,7 @@ task("plugin")
{'r', "remove", "k", nil, "Remove the given installed plugin."},
{'l', "list", "k", nil, "List all installed plugins."},
{'c', "clear", "k", nil, "Clear all installed plugins."},
- {nil, "plugins", "v", nil, "The plugins path, url or package name.",
+ {nil, "plugins", "vs", nil, "The plugin paths, urls or names.",
"e.g.",
" $ xmake plugin --install https://github.com/xmake-io/xmake-plugins",
" $ xmake plugin --install github:xmake-io/xmake-plugins",