Skip to content

Commit

Permalink
fix: stream create help text
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdeenen committed Jul 12, 2021
1 parent 574aaef commit 164dbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entity/stream/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
func CreateCmd() *cobra.Command {

stream := &cobra.Command{
Use: "stream",
Use: "stream [name]",
Short: "create a stream",
Run: func(cmd *cobra.Command, args []string) {
create(args, cmd)
Expand Down Expand Up @@ -71,4 +71,4 @@ func ListCmd() *cobra.Command {
list(recursive)
},
}
}
}

0 comments on commit 164dbb5

Please sign in to comment.