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.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua
index f05021828..05d9e3631 100644
--- a/xmake/plugins/plugin/xmake.lua
+++ b/xmake/plugins/plugin/xmake.lua
@@ -25,12 +25,12 @@ task("plugin")
usage = "xmake plugin [options]",
description = "Manage plugins of xmake.",
options = {
- {'i', "install", "k", nil, "Install plugins." },
- {'u', "update", "k", nil, "Update plugins." },
- {'c', "clear", "k", nil, "Clear all installed plugins." },
- {nil, "plugins", "v", nil, "The plugins path or url.",
- "e.g.",
- " $ xmake plugin --install https://github.com/xmake-io/xmake-plugins",
- " $ xmake plugin --update"}
+ {'i', "install", "k", nil, "Install plugins."},
+ {'u', "update", "k", nil, "Update plugins."},
+ {'c', "clear", "k", nil, "Clear all installed plugins."},
+ {nil, "plugins", "v", nil, "The plugins path or url.",
+ "e.g.",
+ " $ xmake plugin --install https://github.com/xmake-io/xmake-plugins",
+ " $ xmake plugin --update"}
}
}