Skip to content

Commit

Permalink
rpk: update help description to match docs
Browse files Browse the repository at this point in the history
Update the help text for rpk partitions move to match docs style of not using 'topic-partition' hyphenated.
  • Loading branch information
Deflaimun committed Dec 9, 2024
1 parent a7b8b78 commit c4ce3d7
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 c4ce3d7

Please sign in to comment.