From 6757d80037d0441a1eafcbf5eec931c7290dd0fc Mon Sep 17 00:00:00 2001 From: pierwill Date: Tue, 22 Sep 2020 13:27:04 -0700 Subject: [PATCH] influx-inspect: Document -lponly flag Remove --nodml flag Closes #1525 --- content/influxdb/v1.8/tools/influx_inspect.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/influxdb/v1.8/tools/influx_inspect.md b/content/influxdb/v1.8/tools/influx_inspect.md index 35167259e..8ae48c966 100644 --- a/content/influxdb/v1.8/tools/influx_inspect.md +++ b/content/influxdb/v1.8/tools/influx_inspect.md @@ -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 ` ]