updated other --max-columns typos
parent
f031e2ca6e
commit
ad19ae256f
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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 %}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue