From 4e7ad61e82641b804697358eb9895c49f527f880 Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Thu, 19 Dec 2024 13:59:40 -0300 Subject: [PATCH] rpk: update topic describe help text --- src/go/rpk/pkg/cli/topic/describe.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/go/rpk/pkg/cli/topic/describe.go b/src/go/rpk/pkg/cli/topic/describe.go index 709439eef302e..6ff8cb999fe43 100644 --- a/src/go/rpk/pkg/cli/topic/describe.go +++ b/src/go/rpk/pkg/cli/topic/describe.go @@ -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.