diff --git a/website/docs/usage.mdx b/website/docs/usage.mdx index ad351ab1..0bfa5086 100644 --- a/website/docs/usage.mdx +++ b/website/docs/usage.mdx @@ -411,7 +411,7 @@ If you run `task -a` it will print: task: Found multiple tasks (greet) included by "lib" ``` -If you the included Taskfile has a task with the same name as a task in the main Taskfile, +If the included Taskfile has a task with the same name as a task in the main Taskfile, you may want to exclude it from the flattened tasks. You can do this by using the [`excludes` option](#exclude-tasks-from-being-included).