updated other --max-columns typos

pull/5302/head
Scott Anderson 2024-01-11 16:10:50 -07:00
parent f031e2ca6e
commit ad19ae256f
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ list_code_example: |
influxctl database update DATABASE_NAME \
--retention-period 30d \
--max-tables 500 \
--max-tables 250
--max-columns 250
```
related:
- /influxdb/cloud-dedicated/reference/cli/influxctl/database/update/

View File

@ -12,7 +12,7 @@ list_code_example: |
influxctl database update DATABASE_NAME \
--retention-period 30d \
--max-tables 500 \
--max-tables 250
--max-columns 250
```
related:
- /influxdb/clustered/reference/cli/influxctl/database/update/
@ -35,7 +35,7 @@ to update a database in your {{< product-name omit=" Clustered" >}} cluster.
influxctl database update DATABASE_NAME \
--retention-period 30d \
--max-tables 500 \
--max-tables 250
--max-columns 250
```
{{% /code-placeholders %}}