Skip to content

Commit

Permalink
Doc: fix typo in rhoas kafka topic describe (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardesty authored Mar 26, 2021
1 parent 2261348 commit 44738ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/cmd/kafka/topic/describe/active.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ one = 'Describe a topic'

[kafka.topic.describe.cmd.longDescription]
one = '''
Print detailed configuration information for a Kafka topic"
Print detailed configuration information for a Kafka topic.
'''

[kafka.topic.describe.cmd.example]
one = '''
# describe a topic
$ rhoas kafka topic describe topic-1
'''
'''

0 comments on commit 44738ee

Please sign in to comment.