Fix `influx_inspect export` docs (#3140)

Fixes #3102
pull/3162/head
pierwill 2021-09-22 10:00:11 -05:00 committed by GitHub
parent a37eb44483
commit 2d65624159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -318,7 +318,6 @@ If a user writes points with timestamps set by the client, then multiple points
### `export`
Exports all TSM files in InfluxDB line protocol data format.
Writes all WAL file data for `_internal/monitor`.
This output file can be imported using the
[influx](/enterprise_influxdb/v1.9/tools/influx-cli/use-influx/#import-data-from-a-file-with-import) command.

View File

@ -319,7 +319,6 @@ If a user writes points with timestamps set by the client, then multiple points
### `export`
Exports all TSM files in InfluxDB line protocol data format.
Writes all WAL file data for `_internal/monitor`.
This output file can be imported using the
[influx](/influxdb/v1.8/tools/shell/#import-data-from-a-file-with-import) command.