diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index a36edf5d3cdc38e..c0a790eefca5044 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -904,10 +904,12 @@ wrangler r2 bucket create - `NAME` - The name of the new R2 bucket. +- `--location` + - The optional [location hint](/r2/reference/data-location/#location-hints) that determines geographic placement of the R2 bucket. - `--storage-class` - The default storage class for objects uploaded to the bucket. - `--jurisdiction` - - The jurisdiction where the R2 bucket is created. Refer to [Jurisdictional Restrictions](/r2/reference/data-location/#jurisdictional-restrictions). + - The jurisdiction where the R2 bucket is created. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions). ### `delete`