Skip to content

Commit 824b2f8

Browse files
authored
Merge pull request #5796 from JackieTien97/patch-1
Update _index.md
2 parents 092a48d + ecb9487 commit 824b2f8

File tree

1 file changed

+2
-2
lines changed
  • content/shared/v3-enterprise-get-started

1 file changed

+2
-2
lines changed

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,11 +982,11 @@ This feature is only available in Enterprise and is not available in Core.
982982
# Example variables on a query
983983
# HTTP-bound Port: 8585
984984
985-
influxdb3 file-index create --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE> <COLUMNS>
985+
influxdb3 create file_index --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE> <COLUMNS>
986986
```
987987
988988
#### Delete a file index
989989
990990
```bash
991-
influxdb3 file-index delete --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE>
991+
influxdb3 delete file_index --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE>
992992
```

0 commit comments

Comments
 (0)