hotfix: fix export example, closes influxdata/DAR#381

pull/5255/head
Scott Anderson 2023-11-29 08:49:23 -07:00
parent 14e8f06ca6
commit 5fefe2375e
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ influxd inspect export-lp \
influxd inspect export-lp \
--bucket-id 12ab34cd56ef \
--engine-path ~/.influxdbv2/engine \
--measurement example-measurement-1 example-measurement-2 \
--measurement example-measurement-1,example-measurement-2 \
--output-path path/to/export.lp
```
{{% /code-tab-content %}}
@ -98,7 +98,7 @@ influxd inspect export-lp \
influxd inspect export-lp \
--bucket-id 12ab34cd56ef \
--engine-path ~/.influxdbv2/engine \
--measurement example-measurement-1 example-measurement-2 \
--measurement example-measurement-1,example-measurement-2 \
--output-path -
```
{{% /code-tab-content %}}