Merge pull request #1532 from influxdata/lponly

influx-inspect: Document -lponly flag
pull/1582/head
pierwill 2020-09-22 13:52:00 -07:00 committed by GitHub
commit a072ec1e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -370,10 +370,9 @@ YYYY-MM-DDTHH:MM:SS+07:00
> **Note:** With offsets, avoid replacing the + or - sign with a Z. It may cause an error or print Z (ISO 8601 behavior) instead of the time zone offset.
##### [ `--nodml` ]
Export data without DML information.
Use the `--nodml` flag to export data in a format that can be imported into InfluxDB 2.0.
##### [ `-lponly` ]
Output data in line protocol format only.
Does not include comments or data definition language (DDL), like `CREATE DATABASE`.
##### [ `-out <export_dir>` ]