Skip to content

Commit

Permalink
Update src/go/rpk/pkg/cli/group/describe.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michele Cyran <michele@redpanda.com>
  • Loading branch information
daisukebe and micheleRP authored Jun 15, 2024
1 parent 7f38f6f commit 9e03d6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/go/rpk/pkg/cli/group/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ The --regex flag (-r) parses arguments as regular expressions
and describes groups that match any of the expressions.
`,
Example: `
Describe groups foo and bar
Describe groups foo and bar:
rpk group describe foo bar
Describe any group starting with f and any groups ending in r
Describe any group starting with f and ending in r:
rpk group describe -r '^f.*' '.*r$'
Describe all groups
Describe all groups:
rpk group describe -r '*'
Describe any one-character groups
Describe any one-character group:
rpk group describe -r .
`,
Args: cobra.MinimumNArgs(1),
Expand Down

0 comments on commit 9e03d6a

Please sign in to comment.