Skip to content

Commit

Permalink
[DP-1767] - topicctl get action partitions-status
Browse files Browse the repository at this point in the history
  • Loading branch information
ssingudasu committed Sep 19, 2023
1 parent ebea876 commit dd9a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/topicctl/subcmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type partitionsStatusCmdConfig struct {
}

var partitionsStatusConfig partitionsStatusCmdConfig
var partitionsStatusHelpText = "Allowed values: under-replicated, offline, preferred-leder, not-preferred-leader"
var partitionsStatusHelpText = "Allowed values: under-replicated, offline, preferred-leader, not-preferred-leader"

func init() {
getCmd.PersistentFlags().BoolVar(
Expand Down

0 comments on commit dd9a7b6

Please sign in to comment.