Skip to content

Commit ee8a62c

Browse files
shiyuhang0Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent daeaa10 commit ee8a62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/cli/serverless/changefeed

internal/cli/serverless/changefeed/edit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func EditCmd(h *internal.Helper) *cobra.Command {
8282
Example: fmt.Sprintf(` Update a changefeed in interactive mode:
8383
$ %[1]s serverless changefeed edit
8484
85-
Update the name, kafka, and filter of a changefeed in non-interactive mode:x
85+
Update the name, kafka, and filter of a changefeed in non-interactive mode:
8686
$ %[1]s serverless changefeed edit -c <cluster-id> --changefeed-id <changefeed-id> --name newname --kafka <full-specified-kafka> --filter <full-specified-filter>
8787
`, config.CliName),
8888
PreRunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)