Add -series-file flag to dumptsi command help.

pull/9884/head
Ben Johnson 2018-05-21 13:16:34 -06:00
parent b5f3ec6372
commit 1fc403337e
No known key found for this signature in database
GPG Key ID: 81741CD251883081
1 changed files with 6 additions and 1 deletions

View File

@ -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)