Skip to content

Commit fd3995f

Browse files
FUSAKLAbwplotka
andauthored
Update cmd/thanos/tools_bucket.go
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
1 parent a37c8af commit fd3995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/thanos/tools_bucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ func registerBucketReplicate(m map[string]setupFunc, root *kingpin.CmdClause, na
423423
cmd := root.Command("replicate", fmt.Sprintf("Replicate data from one object storage to another. NOTE: Currently it works only with Thanos blocks (%v has to have Thanos metadata).", block.MetaFilename))
424424
httpBindAddr, httpGracePeriod := regHTTPFlags(cmd)
425425
toObjStoreConfig := regCommonObjStoreFlags(cmd, "-to", false, "The object storage which replicate data to.")
426-
resolutions := cmd.Flag("resolution", "Only blocks with this resolution will be replicated. (Resolution in ms)").Default(strconv.FormatInt(downsample.ResLevel0, 10)).HintAction(listResLevel).Int64List()
426+
resolutions := cmd.Flag("resolution", "Only blocks with those resolutions will be replicated. (Resolution in ms). Repeated flag.").Default(strconv.FormatInt(downsample.ResLevel0, 10)).HintAction(listResLevel).Int64List()
427427
compactions := cmd.Flag("compaction", "Only blocks with those compaction levels will be replicated. Repeated flag.").Default("1").Ints()
428428
matcherStrs := cmd.Flag("matcher", "Only blocks whose external labels exactly match this matcher will be replicated.").PlaceHolder("key=\"value\"").Strings()
429429
singleRun := cmd.Flag("single-run", "Run replication only one time, then exit.").Default("false").Bool()

0 commit comments

Comments
 (0)