Skip to content

Commit 429e3fc

Browse files
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 6dac142 commit 429e3fc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

content/influxdb3/enterprise/reference/cli/influxdb3/show/license.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ weight: 300
1212

1313
The `influxdb3 show license` command displays license information for your {{< product-name >}} instance.
1414

15-
{{% show-in "enterprise" %}}
16-
This command is only available in InfluxDB 3 Enterprise.
17-
{{% /show-in %}}
1815

1916
## Usage
2017

content/shared/influxdb3-cli/delete/database.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ You can use the following environment variables to set command options:
3939

4040
- [Delete a database](#delete-a-database)
4141
- [Delete a database while specifying the token inline](#delete-a-database-while-specifying-the-token-inline)
42+
- [Hard delete a database immediately](#hard-delete-a-database-immediately)
43+
- [Hard delete a database at a specific time](#hard-delete-a-database-at-a-specific-time)
4244

4345
In the examples below, replace the following:
4446

content/shared/influxdb3-cli/update/database/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ influxdb3 update database [OPTIONS] --database <DATABASE_NAME>
1212

1313
## Arguments
1414

15-
- **`DATABASE_NAME`**: (Required) The name of the database to update. Valid database names are alphanumeric and start with a letter or number. Dashes (-) and underscores (_) are allowed.
15+
- **`DATABASE_NAME`**: (Required) The name of the database to update.
1616

1717
You can also set the database name using the `INFLUXDB3_DATABASE_NAME` environment variable.
1818

0 commit comments

Comments
 (0)