Skip to content

Commit a9d5ab0

Browse files
committed
Couple of post-merge nits
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent e473c3a commit a9d5ab0

File tree

1 file changed

+1
-2
lines changed
  • go/cmd/vtctldclient/command/vreplication/workflow

1 file changed

+1
-2
lines changed

go/cmd/vtctldclient/command/vreplication/workflow/workflow.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
"github.com/spf13/cobra"
2121

2222
"vitess.io/vitess/go/cmd/vtctldclient/command/vreplication/common"
23-
2423
"vitess.io/vitess/go/vt/topo/topoproto"
2524
)
2625

@@ -52,7 +51,7 @@ func registerCommands(root *cobra.Command) {
5251
base.MarkPersistentFlagRequired("keyspace")
5352
root.AddCommand(base)
5453

55-
getWorkflows.Flags().BoolVar(&workflowShowOptions.IncludeLogs, "include-logs", true, "Include recent logs for the workflow.")
54+
getWorkflows.Flags().BoolVar(&workflowShowOptions.IncludeLogs, "include-logs", true, "Include recent logs for the workflows.")
5655
getWorkflows.Flags().BoolVarP(&getWorkflowsOptions.ShowAll, "show-all", "a", false, "Show all workflows instead of just active workflows.")
5756
root.AddCommand(getWorkflows) // Yes this is supposed to be root as GetWorkflows is a top-level command.
5857

0 commit comments

Comments
 (0)