mirror of https://github.com/knative/client.git
Update sink binding create usage string (#785)
This commit is contained in:
parent
d1eb9bcb71
commit
e88ee59d45
|
|
@ -7,7 +7,7 @@ Create a sink binding.
|
|||
Create a sink binding.
|
||||
|
||||
```
|
||||
kn source binding create NAME --subject SCHEDULE --sink SINK --ce-override KEY=VALUE [flags]
|
||||
kn source binding create NAME --subject SUBJECT --sink SINK --ce-override KEY=VALUE [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ func NewBindingCreateCommand(p *commands.KnParams) *cobra.Command {
|
|||
var sinkFlags flags.SinkFlags
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "create NAME --subject SCHEDULE --sink SINK --ce-override KEY=VALUE",
|
||||
Use: "create NAME --subject SUBJECT --sink SINK --ce-override KEY=VALUE",
|
||||
Short: "Create a sink binding.",
|
||||
Example: `
|
||||
# Create a sink binding which connects a deployment 'myapp' with a Knative service 'mysvc'
|
||||
|
|
|
|||
Loading…
Reference in New Issue