updating database create for consistency

pull/6030/head
meelahme 2025-04-18 13:14:21 -07:00
parent 7e3d2eb432
commit e481e68a01
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ influxdb3 delete database [OPTIONS] <DATABASE_NAME>
## Arguments
- **DATABASE_NAME**: The name of the database to delete.
- **DATABASE_NAME**: The name of the database to delete. Valid database names are alphanumeric and start with a letter or number. Dashes (`-`) and underscores (`_`) are allowed.
Environment variable: `INFLUXDB3_DATABASE_NAME`