Update sink binding create usage string (#785)

This commit is contained in:
Navid Shaikh 2020-04-08 05:21:00 +05:30 committed by GitHub
parent d1eb9bcb71
commit e88ee59d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Create a sink binding.
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 ### Examples

View File

@ -31,7 +31,7 @@ func NewBindingCreateCommand(p *commands.KnParams) *cobra.Command {
var sinkFlags flags.SinkFlags var sinkFlags flags.SinkFlags
cmd := &cobra.Command{ 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.", Short: "Create a sink binding.",
Example: ` Example: `
# Create a sink binding which connects a deployment 'myapp' with a Knative service 'mysvc' # Create a sink binding which connects a deployment 'myapp' with a Knative service 'mysvc'