diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md
index e5e9b19eb..236a67b5e 100644
--- a/content/shared/v3-core-enterprise-release-notes/_index.md
+++ b/content/shared/v3-core-enterprise-release-notes/_index.md
@@ -25,7 +25,7 @@
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
- `--num-database-limit`
- `--num-table-limit`
- - `--num-columns-per-table-limit`
+ - `--num-total-columns-per-table-limit`
- Improvements to licensing prompts for clarity
- Other general performance improvements
@@ -144,4 +144,4 @@ For Enterprise, additional parameters for the `serve` command have been consolid
| `--read-from-node-ids`
`--compact-from-node-ids` | `--cluster-id` |
| `--run-compactions`
`--mode=compactor` | `--mode=compact`
`--mode=compact` |
-In addition to the above changes, `--cluster-id` is now a required parameter for all new instances.
\ No newline at end of file
+In addition to the above changes, `--cluster-id` is now a required parameter for all new instances.