From 8d7a74306556a4c292c0345f1a9aa833116ebcec Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 1 Aug 2026 08:53:30 +0800 Subject: improve tests --- xmake/plugins/plugin/xmake.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmake/plugins/plugin/xmake.lua') 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"} } } -- cgit v1.3.1