fix(v1): -database flag has no effect on import.

pull/5692/head
Jason Stirnaman 2024-11-25 10:09:22 -06:00
parent 7de32e003f
commit 33ebe1c848
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ After exporting the data in line protocol format, you can import the data using
In the following example, the compressed data file is imported into the specified database.
```bash
influx -import -database myDB -compressed
influx -import -path -compressed
```
For details on using the `influx -import` command, see [Import data from a file with -import](/enterprise_influxdb/v1/tools/influx-cli/use-influx/#import-data-from-a-file-with--import).