diff --git a/docs/site/content/docs/guides/migrating-from-nx.mdx b/docs/site/content/docs/guides/migrating-from-nx.mdx index cb387254c79b7..3fca82a61d623 100644 --- a/docs/site/content/docs/guides/migrating-from-nx.mdx +++ b/docs/site/content/docs/guides/migrating-from-nx.mdx @@ -538,7 +538,7 @@ Configuration found in `nx.json` can be mapped to `turbo.json` using the tables | `--parallel` | [`--concurrency`](/docs/reference/run#--concurrency-number--percentage) | | `--nxBail` | [`--continue`](/docs/reference/run#--continueoption) | | `--projects` | [`--filter`](/docs/reference/run#--filter-string) | -| `--graph` | [`--graph`](/docs/reference/run#--graph-file-type) | +| `--graph` | [`--graph`](/docs/reference/run#--graph-file-name) | | `--output-style` | [`--log-order`](/docs/reference/run#--log-order-option) | | `--no-cloud` | [`--cache`](/docs/reference/run#--cache-options) | | `--verbose` | [`--verbosity`](/docs/reference/run#--verbosity) | diff --git a/docs/site/content/docs/reference/options-overview.mdx b/docs/site/content/docs/reference/options-overview.mdx index e1495dbe31644..ff10103ba7526 100644 --- a/docs/site/content/docs/reference/options-overview.mdx +++ b/docs/site/content/docs/reference/options-overview.mdx @@ -88,7 +88,7 @@ The three strategies listed above are in order of precedence. Where a flag value | Behavior | Flags | Environment Variables | turbo.json | | ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------- | | Run Summaries | [`--summarize`](/docs/reference/run#--summarize) | [`TURBO_RUN_SUMMARY`](/docs/reference/system-environment-variables#turbo_run_summary) | - | -| Graph visualization | [`--graph`](/docs/reference/run#--graph-file-type) | - | - | +| Graph visualization | [`--graph`](/docs/reference/run#--graph-file-name) | - | - | | Dry run | [`--dry`](/docs/reference/run#--dry----dry-run) | - | - |