rpk: fix doubled "are" in rpk group help text#30898
Conversation
The long help for `rpk group` read "if you add more consumers to a group than there are are total partitions". Remove the duplicated word. This text is the source for the auto-generated rpk group reference docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
There was a problem hiding this comment.
Pull request overview
Fixes a typo in the rpk group command long help text so the CLI help output and the auto-generated reference docs no longer contain a doubled word.
Changes:
- Corrects “there are are total partitions” → “there are total partitions” in
rpk grouplong help text.
Retry command for Build#86199please wait until all jobs are finished before running the slash command |
CI test resultstest results on build#86199
|
|
/ci-repeat 1 |
Summary
Fix a doubled word in the
rpk grouplong help text: "if you add more consumers to a group than there are are total partitions to consume" → "...than there are total partitions...".Why
This help string (
group.go) is the source for the auto-generatedrpk groupreference page in the docs. Fixing it here corrects bothrpk group -hand the generated docs, rather than patching the generated.adoc(which gets overwritten on regeneration).Reported via a docs typo fix (redpanda-data/docs#1746).
Backports Required
Release Notes