Skip to content

Commit

Permalink
add-eventhub: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Apr 14, 2020
1 parent 417f634 commit 92d0622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var configLsCmd = &cobra.Command{

var configAddEventhub = &cobra.Command{
Use: "add-eventhub [NAME]",
Example: "esp config add-eventhub my-eventhub --eh-name my-eventhub-on-azure --eh-connstring Enpoint=sb://......AccessKey=....",
Example: "esp config add-eventhub my-eventhub --eh-connstring 'Endpoint=sb://......AccessKey=....'",
Short: "Add Azure EventHub",
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 92d0622

Please sign in to comment.