Skip to content

Commit

Permalink
Merge pull request #24613 from redpanda-data/rpk-topic-describe-format
Browse files Browse the repository at this point in the history
rpk: update topic describe help text
  • Loading branch information
r-vasquez authored Dec 20, 2024
2 parents d98a594 + 4e7ad61 commit 1c6cff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/go/rpk/pkg/cli/topic/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ This command prints detailed information about topics. The output contains
up to three sections: a summary of the topic, the topic configs, and a detailed
partitions section. By default, the summary and configs sections are printed.
Using the --format flag with either JSON or YAML will default in printing
all the topic information (--all).
Using the --format flag with either JSON or YAML prints all the topic information.
The --regex flag (-r) parses arguments as regular expressions
and describes topics that match any of the expressions.
Expand Down

0 comments on commit 1c6cff3

Please sign in to comment.