Skip to content

Commit 6f46f3b

Browse files
authored
added content --name to the code snippet for CLI command to update topic retention time (#477)
Martin made small code addition and as he explained to Manuela he is happy to close if what he has suggested is implemented.
1 parent abfd9ec commit 6f46f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kafka/topic-configuration-kafka/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ As an alternative to using the {product-kafka} web console, you can use the `rho
8080
.Example CLI command to update topic retention time
8181
[source]
8282
----
83-
rhoas kafka topic update my-kafka-topic --retention-ms 704800000
83+
rhoas kafka topic update --name my-kafka-topic --retention-ms 704800000
8484
----
8585

8686
For a list of topic properties that you can update using the CLI, see the `rhoas kafka topic update` entry in the {rhoas-cli-base-url}{rhoas-cli-ref-url}[_CLI command reference (rhoas)_^].

0 commit comments

Comments
 (0)