Skip to content

Commit

Permalink
Update pkg/cmd/cli/cli_changefeed_create.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 authored May 17, 2022
1 parent 3c89d33 commit 5a1243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/cli_changefeed_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (o *createChangefeedOptions) addFlags(cmd *cobra.Command) {
cmd.PersistentFlags().Uint64Var(&o.startTs, "start-ts", 0, "Start ts of changefeed")
cmd.PersistentFlags().StringVar(&o.timezone, "tz", "SYSTEM", "timezone used when checking sink uri (changefeed timezone is determined by cdc server)")
cmd.PersistentFlags().
StringVar(&o.schemaRegistry, "schema-registry", "", "Avro Schema Registry uri")
StringVar(&o.schemaRegistry, "schema-registry", "", "Avro Schema Registry URI")
}

// complete adapts from the command line args to the data and client required.
Expand Down

0 comments on commit 5a1243b

Please sign in to comment.