From 1fc403337e1ba0f1bd9347691e3ad58d3f83aa0d Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Mon, 21 May 2018 13:16:34 -0600 Subject: [PATCH] Add -series-file flag to dumptsi command help. --- cmd/influx_inspect/dumptsi/dumptsi.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cmd/influx_inspect/dumptsi/dumptsi.go b/cmd/influx_inspect/dumptsi/dumptsi.go index 8ec50269a4..4028394b68 100644 --- a/cmd/influx_inspect/dumptsi/dumptsi.go +++ b/cmd/influx_inspect/dumptsi/dumptsi.go @@ -488,12 +488,17 @@ Usage: influx_inspect dumptsi [flags] path... Dump raw series for each tag value -measurement-filter REGEXP Filters data by measurement regular expression + -series-file PATH + Path to the "_series" directory under the database data directory. + Required. -tag-key-filter REGEXP Filters data by tag key regular expression -tag-value-filter REGEXP Filters data by tag value regular expression -If no flags are specified then summary stats are provided for each file. +One or more paths are required. Path must specify either a TSI index directory +or it should specify one or more .tsi/.tsl files. If no flags are specified +then summary stats are provided for each file. ` fmt.Fprintf(cmd.Stdout, usage)