diff --git a/docs/commands/rhoas_kafka_create.md b/docs/commands/rhoas_kafka_create.md index 3f76e0881..dafd1bc9e 100644 --- a/docs/commands/rhoas_kafka_create.md +++ b/docs/commands/rhoas_kafka_create.md @@ -31,7 +31,7 @@ $ rhoas kafka create -o yaml ``` --billing-model string Billing model to be used - --cluster-id string ID of the Openshift Cluster data plane to create the Kafka instance on. + --cluster-id string ID of the Openshift Cluster data plane to create the Kafka instance on --dry-run Validate all user provided arguments without creating the Kafka instance --marketplace string Name of cloud marketplace where Kafka instance was purchased --marketplace-account-id string Account ID for cloud marketplace diff --git a/pkg/core/localize/locales/en/cmd/kafka.en.toml b/pkg/core/localize/locales/en/cmd/kafka.en.toml index bc3837488..21110cefe 100644 --- a/pkg/core/localize/locales/en/cmd/kafka.en.toml +++ b/pkg/core/localize/locales/en/cmd/kafka.en.toml @@ -1197,7 +1197,7 @@ one = 'ID of the Kafka instance owner' [kafka.create.flag.clusterId.description] description = 'Description for the --cluster-id flag' -one = 'ID of the Openshift Cluster data plane to create the Kafka instance on.' +one = 'ID of the Openshift Cluster data plane to create the Kafka instance on' [kafka.create.input.cluster.selectClusterMessage] one = 'Please select the cluster to provision your Kafka Instance on:'