Merge pull request #1532 from influxdata/lponly
influx-inspect: Document -lponly flagpull/1582/head
commit
a072ec1e4d
|
@ -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>` ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue