diff --git a/docs/pages/repo/docs/reference/command-line-reference/run.mdx b/docs/pages/repo/docs/reference/command-line-reference/run.mdx
index f16f575690603..4421c9159e4e3 100644
--- a/docs/pages/repo/docs/reference/command-line-reference/run.mdx
+++ b/docs/pages/repo/docs/reference/command-line-reference/run.mdx
@@ -410,14 +410,14 @@ turbo run build -vvv
## Deprecated
-### `--include-dependencies`
-
- `--include-dependencies` is deprecated in `1.2.x`. Please use
- [`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependencies-of-matched-workspaces)
- instead.
+ The options below are deprecated. Please use their noted alternatives instead.
+### `--include-dependencies`
+
+**deprecated in: 1.2.x**, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependencies-of-matched-workspaces) instead.
+
Default `false`. When `true`, `turbo` will add any workspaces that the
workspaces in the current execution _depend_ on (i.e. those declared in
`dependencies` or `devDependencies`).
@@ -427,11 +427,7 @@ dependency needed for the execution is actually executed.
### `--deps`
-
- `--deps` is deprecated in `1.2.x`. Please use
- [`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependents-of-matched-workspaces)
- instead.
-
+\*\*deprecated in `1.2.x`, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependents-of-matched-workspaces) instead.
Defaults to `true`. Include dependent workspace consumers in the execution.
@@ -451,10 +447,7 @@ because they are not impacted by the change. If you were to run
### `--scope`
-
- `--scope` is deprecated in `1.2.x`. Please use
- [`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-package) instead.
-
+**deprecated in 1.2.x**, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-package) instead.
`type: string[]`
@@ -468,11 +461,7 @@ turbo run dev --scope="@example/a" --scope="@example/b" --no-cache --no-deps
### `--since`
-
- `--since` is deprecated in `1.2.x`, use
- [`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-changed-workspaces)
- instead.
-
+**deprecated in 1.2.x**, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-changed-workspaces) instead.
Filter execution based on which workspaces have changed since a merge-base.