diff --git a/docs/commands/rhoas_kafka_topic_create.md b/docs/commands/rhoas_kafka_topic_create.md index 3c5f40925..5653b2ef2 100644 --- a/docs/commands/rhoas_kafka_topic_create.md +++ b/docs/commands/rhoas_kafka_topic_create.md @@ -29,7 +29,7 @@ $ rhoas kafka topic create --name topic-1 -o, --output string Specify the output format. Choose from: "json", "yaml", "yml" --partitions int32 The number of partitions in the topic (default 1) --retention-bytes int The maximum total size of a partition log segments before old log segments are deleted to free up space. - Value of -1 is set by default indicating no retention size limits. (default -1) + Value of -1 is set by default indicating no retention size limits (default -1) --retention-ms int The period of time in milliseconds the broker will retain a partition log before deleting it (default 604800000) ``` diff --git a/docs/commands/rhoas_kafka_topic_update.md b/docs/commands/rhoas_kafka_topic_update.md index c7bcb3e9b..960be25aa 100644 --- a/docs/commands/rhoas_kafka_topic_update.md +++ b/docs/commands/rhoas_kafka_topic_update.md @@ -26,7 +26,7 @@ $ rhoas kafka topic update --name topic-1 --retention-ms -1 --name string Topic name --partitions string The number of partitions in the topic --retention-bytes string The maximum total size of a partition log segments before old log segments are deleted to free up space. - Value of -1 is set by default indicating no retention size limits. + Value of -1 is set by default indicating no retention size limits --retention-ms string The period of time in milliseconds the broker will retain a partition log before deleting it ``` diff --git a/pkg/core/localize/locales/en/cmd/kafka.en.toml b/pkg/core/localize/locales/en/cmd/kafka.en.toml index ac338db31..08f87cbaa 100644 --- a/pkg/core/localize/locales/en/cmd/kafka.en.toml +++ b/pkg/core/localize/locales/en/cmd/kafka.en.toml @@ -500,7 +500,7 @@ one = 'The period of time in milliseconds the broker will retain a partition log [kafka.topic.common.input.retentionBytes.description] description = 'Description for the Retention size input' one = '''The maximum total size of a partition log segments before old log segments are deleted to free up space. -Value of -1 is set by default indicating no retention size limits.''' +Value of -1 is set by default indicating no retention size limits''' [kafka.topic.common.input.cleanupPolicy.description] description = 'Description for the Cleanup policy input'