summaryrefslogtreecommitdiff
path: root/xmake/plugins/plugin/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
-rw-r--r--xmake/plugins/plugin/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua
index aca6def8d..8da06a92e 100644
--- a/xmake/plugins/plugin/xmake.lua
+++ b/xmake/plugins/plugin/xmake.lua
@@ -26,7 +26,6 @@ task("plugin")
description = "Manage plugins of xmake.",
options = {
{'i', "install", "k", nil, "Install plugins."},
- {'u', "update", "k", nil, "Update plugins."},
{'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."},
@@ -39,7 +38,6 @@ task("plugin")
" $ xmake plugin --install xmake-repo@hello-world",
" $ xmake plugin --install hello-world",
" $ xmake plugin --remove hello-world",
- " $ xmake plugin --list",
- " $ xmake plugin --update"}
+ " $ xmake plugin --list"}
}
}