Skip to content

Commit

Permalink
Add required arg GROUP into usage message of kaf group commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pallxk authored Jan 10, 2025
1 parent 50d01e9 commit b8f56f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaf/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func createGroupCommitOffsetCmd() *cobra.Command {
var offsetMap string
var noconfirm bool
res := &cobra.Command{
Use: "commit",
Use: "commit GROUP",
Short: "Set offset for given consumer group",
Long: "Set offset for a given consumer group, creates one if it does not exist. Offsets cannot be set on a consumer group with active consumers.",
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit b8f56f9

Please sign in to comment.