docs: Remove the description of unused commands in cli (#2290)

pull/24376/head
Jason 2021-08-16 20:10:09 +09:00 committed by GitHub
parent 302e2b5353
commit e18fa7bdeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -74,15 +74,6 @@ Examples:
# Run InfluxDB IOx with full debug logging specified with RUST_LOG
RUST_LOG=debug influxdb_iox run
# converts line protocol formatted data in temperature.lp to out.parquet
influxdb_iox convert temperature.lp out.parquet
# Dumps metadata information about 000000000013.tsm to stdout
influxdb_iox meta 000000000013.tsm
# Dumps storage statistics about out.parquet to stdout
influxdb_iox stats out.parquet
Command are generally structured in the form:
<type of object> <action> <arguments>