diff --git a/internal/kafka/command_cluster_create.go b/internal/kafka/command_cluster_create.go index 83d5bd812f..5183711a9c 100644 --- a/internal/kafka/command_cluster_create.go +++ b/internal/kafka/command_cluster_create.go @@ -35,7 +35,6 @@ func (c *clusterCommand) newCreateCommand() *cobra.Command { cmd := &cobra.Command{ Use: "create ", Short: "Create a Kafka cluster.", - Long: "Create a Kafka cluster.\n\nNote: You cannot use this command to create a cluster that is configured with AWS PrivateLink. You must use the UI to create a cluster of that configuration.", Args: cobra.ExactArgs(1), RunE: c.create, Annotations: map[string]string{pcmd.RunRequirement: pcmd.RequireNonAPIKeyCloudLogin}, diff --git a/test/fixtures/output/kafka/cluster/create-help.golden b/test/fixtures/output/kafka/cluster/create-help.golden index 0bd8d6a27b..522b6ba742 100644 --- a/test/fixtures/output/kafka/cluster/create-help.golden +++ b/test/fixtures/output/kafka/cluster/create-help.golden @@ -1,7 +1,5 @@ Create a Kafka cluster. -Note: You cannot use this command to create a cluster that is configured with AWS PrivateLink. You must use the UI to create a cluster of that configuration. - Usage: confluent kafka cluster create [flags]