`influxdb3:~# influxdb3 update database --retention-period 365d <database>` as per documentation ``` error: unexpected argument '<database>' found Usage: influxdb3 update database [OPTIONS] --database <DATABASE_NAME> For more information, try '--help'. ``` You cannot just use the database name as argument, you have to prefix it with **--database** <database name> ##### Relevant URLs - https://docs.influxdata.com/influxdb3/enterprise/reference/internals/data-retention/ - _Provide other relevant URLs (project issues, community threads, etc.)_