Skip to content

Commit

Permalink
More minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Sep 19, 2023
1 parent e7a0be8 commit c01b1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/cmd/vtctldclient/command/vreplication/common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ 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) {
Expand Down

0 comments on commit c01b1cb

Please sign in to comment.