summaryrefslogtreecommitdiff
path: root/xmake/plugins/plugin/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-01 08:53:30 +0800
committerruki <[email protected]>2026-08-01 08:53:30 +0800
commit8d7a74306556a4c292c0345f1a9aa833116ebcec (patch)
tree49b0b3ae14157a3f24193623d6adb69e282675e9 /xmake/plugins/plugin/xmake.lua
parentf91724eb1d7f80e81772ad6f20b03b2a0cff8125 (diff)
improve tests
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
-rw-r--r--xmake/plugins/plugin/xmake.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua
index 8da06a92e..4aab3daa4 100644
--- a/xmake/plugins/plugin/xmake.lua
+++ b/xmake/plugins/plugin/xmake.lua
@@ -31,13 +31,13 @@ task("plugin")
{'c', "clear", "k", nil, "Clear all installed plugins."},
{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",
- " $ xmake plugin --install github:xmake-io/xmake-plugins#dev",
+ " $ xmake plugin --install https://github.com/myrepo/hello",
+ " $ xmake plugin --install github:myrepo/hello",
+ " $ xmake plugin --install github:myrepo/hello#dev",
" $ xmake plugin --install /tmp/my-plugin",
- " $ xmake plugin --install xmake-repo@hello-world",
- " $ xmake plugin --install hello-world",
- " $ xmake plugin --remove hello-world",
+ " $ xmake plugin --install xmake-repo@hello",
+ " $ xmake plugin --install hello",
+ " $ xmake plugin --remove hello",
" $ xmake plugin --list"}
}
}