Skip to content

Commit

Permalink
Merge pull request #96 from Bogdan-Catalin/patch-1
Browse files Browse the repository at this point in the history
set-config command example updated
  • Loading branch information
birdayz authored Feb 28, 2020
2 parents 9d3fda9 + 3cd1aee commit 6231952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaf/topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var topicsCmd = &cobra.Command{
var topicSetConfig = &cobra.Command{
Use: "set-config",
Short: "set topic config",
Example: "kaf topic set-config cleanup.policy delete",
Example: "kaf topic set-config topic.name \"cleanup.policy=delete\"",
Args: cobra.ExactArgs(2),
Run: func(cmd *cobra.Command, args []string) {
admin := getClusterAdmin()
Expand Down

0 comments on commit 6231952

Please sign in to comment.