diff --git a/src/content/docs/workers/wrangler/commands/workers.mdx b/src/content/docs/workers/wrangler/commands/workers.mdx
index 96d4c9c59351e31..18aee6ebdbebab6 100644
--- a/src/content/docs/workers/wrangler/commands/workers.mdx
+++ b/src/content/docs/workers/wrangler/commands/workers.mdx
@@ -208,6 +208,9 @@ None of the options for this command are required. Also, many can be set in your
- `--routes`, `--route` string\[] optional
- Routes where this Worker will be deployed.
- For example: `--route example.com/*`.
+- `--domain`
+ - Custom domains where this Worker will be deployed.
+ - For example: `--domain example.com`.
- `--tsconfig`
- Path to a custom `tsconfig.json` file.
- `--minify`