diff --git a/docs/site/content/docs/reference/run.mdx b/docs/site/content/docs/reference/run.mdx index 61be7fa2d2a88..9e975e8ce2f24 100644 --- a/docs/site/content/docs/reference/run.mdx +++ b/docs/site/content/docs/reference/run.mdx @@ -344,7 +344,7 @@ turbo run build --global-deps=".env.*" --global-deps=".eslintrc" --global-deps=" Default: `jpg` -This command will generate an `svg`, `png`, `jpg`, `pdf`, `json`, `html`, or [other supported output formats](https://graphviz.org/doc/info/output.html) of the current task graph. +This command can output a graph file: `svg`, `png`, `jpg`, `pdf`, `json`, `html`, `mermaid`, or `dot`. If [Graphviz](https://graphviz.org/) is not installed, or no filename is provided, this command prints the dot graph to `stdout`.