From c4ce3d7f0bac2eac54a57dff880ea5897cf122cc Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Mon, 9 Dec 2024 17:02:58 -0300 Subject: [PATCH] rpk: update help description to match docs Update the help text for rpk partitions move to match docs style of not using 'topic-partition' hyphenated. --- src/go/rpk/pkg/cli/cluster/partitions/move.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/rpk/pkg/cli/cluster/partitions/move.go b/src/go/rpk/pkg/cli/cluster/partitions/move.go index 54ef9c0c8503..8c82097b3680 100644 --- a/src/go/rpk/pkg/cli/cluster/partitions/move.go +++ b/src/go/rpk/pkg/cli/cluster/partitions/move.go @@ -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)