From 2971f432b0da0d787507ed098d5bbfd417d6f949 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 23 Jun 2019 10:21:53 +0800 Subject: fix tip and warn --- manual/plugin_task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/plugin_task.md') diff --git a/manual/plugin_task.md b/manual/plugin_task.md index edf9c138..1ac4ebe3 100644 --- a/manual/plugin_task.md +++ b/manual/plugin_task.md @@ -206,7 +206,7 @@ The last variable argument list is retrieved by `option.get("contents")` in the It is only used for grouping of menus. Of course, the plugin will use `plugin` by default. The built-in task will use `action` by default, but it is just a convention. -

+

You can use any name you define yourself. The same name will be grouped and displayed together. If it is set to `plugin`, it will be displayed in the Plugins group of xmake.

-- cgit v1.2.3