Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: help text for influx_inspect #21052

Merged
merged 1 commit into from
Mar 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ v1.9.0 [unreleased]

### Bugfixes

- [#21052](https://github.com/influxdata/influxdb/pull/21052): fix: help text for influx_inspect
- [#20889](https://github.com/influxdata/influxdb/pull/20889): fix: Add back flux CLI (#20889)
- [#20802](https://github.com/influxdata/influxdb/pull/20802): fix(tsm1): fix data race and validation in cache ring
- [#20694](https://github.com/influxdata/influxdb/pull/20694): fix: consistent error for missing shard
Expand Down
3 changes: 2 additions & 1 deletion cmd/influx_inspect/help/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ The commands are:
export exports raw data from a shard to line protocol
buildtsi generates tsi1 indexes from tsm1 data
help display this help message
report displays a shard level report
report displays a shard level cardinality report
report-disk displays a shard level disk usage report
verify verifies integrity of TSM files
verify-seriesfile verifies integrity of the Series file
Expand Down