Skip to content

Commit

Permalink
Fix documentation typo in groups.go
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
swagile1 authored and fgeller committed Nov 17, 2022
1 parent 8a5c33e commit 6008ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (cmd *groupCmd) parseFlags(as []string) groupArgs {
flags.BoolVar(&args.pretty, "pretty", true, "Control output pretty printing.")
flags.StringVar(&args.version, "version", "", "Kafka protocol version")
flags.StringVar(&args.partitions, "partitions", allPartitionsHuman, "comma separated list of partitions to limit offsets to, or all")
flags.BoolVar(&args.offsets, "offsets", true, "Controls if offsets should be fetched (defauls to true)")
flags.BoolVar(&args.offsets, "offsets", true, "Controls if offsets should be fetched (defaults to true)")

flags.Usage = func() {
fmt.Fprintln(os.Stderr, "Usage of group:")
Expand Down

0 comments on commit 6008ad3

Please sign in to comment.