From 122d3cdd90912b24aaa4e8a4d4c14a1c2d6483a1 Mon Sep 17 00:00:00 2001 From: Travis Bischel Date: Thu, 20 Oct 2022 22:30:25 -0600 Subject: [PATCH] rpk topic add-partitions: change ERROR to STATUS This is more consistent with other commands (and is better if there are no errors). Closes #6258. --- src/go/rpk/pkg/cli/cmd/topic/add_partitions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/rpk/pkg/cli/cmd/topic/add_partitions.go b/src/go/rpk/pkg/cli/cmd/topic/add_partitions.go index 7b4d4dce8219..8a6ba71c8be2 100644 --- a/src/go/rpk/pkg/cli/cmd/topic/add_partitions.go +++ b/src/go/rpk/pkg/cli/cmd/topic/add_partitions.go @@ -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() {