Skip to content

Commit

Permalink
Merge pull request #24497 from redpanda-data/rpk-topic-partition
Browse files Browse the repository at this point in the history
rpk: update help description to match docs
  • Loading branch information
r-vasquez authored Dec 11, 2024
2 parents 828a9b0 + c4ce3d7 commit 9ee354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/cluster/partitions/move.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func newMovePartitionReplicasCommand(fs afero.Fs, p *config.Params) *cobra.Comma
}
},
}
cmd.Flags().StringArrayVarP(&partitionsFlag, "partition", "p", nil, "Topic-partitions to move and new replica locations (repeatable)")
cmd.Flags().StringArrayVarP(&partitionsFlag, "partition", "p", nil, "Topic partitions to move and new replica locations (repeatable)")
cmd.MarkFlagRequired("partition")

p.InstallFormatFlag(cmd)
Expand Down

0 comments on commit 9ee354a

Please sign in to comment.