Skip to content

Commit

Permalink
rpk topic add-partitions: change ERROR to STATUS
Browse files Browse the repository at this point in the history
This is more consistent with other commands (and is better if there are
no errors).

Closes redpanda-data#6258.
  • Loading branch information
twmb committed Oct 24, 2022
1 parent 9b0237b commit 122d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/cmd/topic/add_partitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func newAddPartitionsCommand(fs afero.Fs) *cobra.Command {
}
}()

tw := out.NewTable("topic", "error")
tw := out.NewTable("topic", "status")
defer tw.Flush()

for _, resp := range resps.Sorted() {
Expand Down

0 comments on commit 122d3cd

Please sign in to comment.