Skip to content

Commit

Permalink
Update pkg/cli/internal/commands/run/run.go
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztian Fekete <[email protected]>
  • Loading branch information
albertlockett and krisztianfekete authored Jun 7, 2024
1 parent 4b8a97a commit b5f9e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/internal/commands/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type runOptions struct {
}

const histBucketsDescription string = "Buckets to use for histogram maps. Format is \"map_name,<buckets_limits>\"" +
"where <buckets_limits> is a comma separated list of bucket limits. For example: \"events:[1,2,3,4,5]\""
"where <buckets_limits> is a comma separated list of bucket limits. For example: \"events,[1,2,3,4,5]\""

const filterDescription string = "Filter to apply to output from maps. Format is \"map_name,key_name,regex\" " +
"You can define a filter per map, if more than one defined, the last defined filter will take precedence"
Expand Down

0 comments on commit b5f9e1a

Please sign in to comment.