Skip to content

Commit

Permalink
Update internal/cli/cmd/clustermesh.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Klauser <[email protected]>
Signed-off-by: Raphaël Pinson <[email protected]>
  • Loading branch information
raphink and tklauser committed Feb 6, 2023
1 parent 48aedec commit a98d358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmd/clustermesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func newCmdClusterMeshStatus() *cobra.Command {
cmd.Flags().BoolVar(&params.Wait, "wait", false, "Wait until status is successful")
cmd.Flags().DurationVar(&params.WaitDuration, "wait-duration", 15*time.Minute, "Maximum time to wait")
cmd.Flags().BoolVar(&params.SkipServiceCheck, "skip-service-check", false, "Do not require service IP of remote cluster to be available")
cmd.Flags().StringVarP(&params.Output, "output", "o", "summary", "Output format. One of: json, summary")
cmd.Flags().StringVarP(&params.Output, "output", "o", status.OutputSummary, "Output format. One of: json, summary")

return cmd
}
Expand Down

0 comments on commit a98d358

Please sign in to comment.