Skip to content

Commit

Permalink
Fix copy paste issue in documentation of "delete topic" command
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Aug 21, 2023
1 parent 972fef2 commit bbdea99
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/delete/delete_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ func (cmd *command) DeleteTopicCmd() *cobra.Command {
Aliases: []string{"topics"},
Args: cobra.ArbitraryArgs,
Short: "Delete one or many topics",
Long: `Delete one or many topics
Create topics by passing at least one topic name as arguments. You can control
the amount of partitions, the replication factor and other settings using flags.
You can pass multiple topic names to create multiple topics at the same time.
All of them will have the same partition and replication settings from the flags.
`,
Example: `
# Delete a single topic called "foo"
kafkactl delete topic foo
Expand Down

0 comments on commit bbdea99

Please sign in to comment.