diff --git a/go/cmd/vtctldclient/command/vreplication/common/utils.go b/go/cmd/vtctldclient/command/vreplication/common/utils.go index b3a0ad36ce3..ac183703bf5 100644 --- a/go/cmd/vtctldclient/command/vreplication/common/utils.go +++ b/go/cmd/vtctldclient/command/vreplication/common/utils.go @@ -177,7 +177,6 @@ func AddCommonFlags(cmd *cobra.Command) { cmd.PersistentFlags().StringVarP(&BaseOptions.Workflow, "workflow", "w", "", "The workflow you want to perform the command on.") cmd.MarkPersistentFlagRequired("workflow") cmd.PersistentFlags().StringVar(&BaseOptions.Format, "format", "text", "The format of the output; supported formats are: text,json.") - cmd.MarkPersistentFlagRequired("format") } func AddCommonCreateFlags(cmd *cobra.Command) {