Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
Signed-off-by: someshkoli <kolisomesh27@gmail.com>
  • Loading branch information
someshkoli committed Jul 5, 2021
1 parent f50d2ba commit 7be7696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/thanos/tools_bucket.go
Expand Up @@ -285,7 +285,7 @@ func registerBucketInspect(app extkingpin.AppClause, objStoreConfig *extflag.Pat
Default("FROM", "UNTIL").Enums(inspectColumns...)
timeout := cmd.Flag("timeout", "Timeout to download metadata from remote storage").Default("5m").Duration()

output := cmd.Flag("output", "Output format for result. Currently supports table, cvs, and, tsv.").Default("table").Enum(outputTypes...)
output := cmd.Flag("output", "Output format for result. Currently supports table, cvs, tsv.").Default("table").Enum(outputTypes...)

cmd.Setup(func(g *run.Group, logger log.Logger, reg *prometheus.Registry, _ opentracing.Tracer, _ <-chan struct{}, _ bool) error {

Expand Down
4 changes: 2 additions & 2 deletions docs/components/tools.md
Expand Up @@ -431,8 +431,8 @@ Flags:
Path to YAML file that contains object store
configuration. See format details:
https://thanos.io/tip/thanos/storage.md/#configuration
--output="table" Output format for result. Currently supports table,
cvs, and, tsv.
--output=table Output format for result. Currently supports table,
cvs, tsv.
-l, --selector=<name>=\"<value>\" ...
Selects blocks based on label, e.g. '-l
key1=\"value1\" -l key2=\"value2\"'. All key value
Expand Down

0 comments on commit 7be7696

Please sign in to comment.