diff --git a/ctl/waypoint/waypoint.go b/ctl/waypoint/waypoint.go index dbbdc2473..95f286527 100644 --- a/ctl/waypoint/waypoint.go +++ b/ctl/waypoint/waypoint.go @@ -307,10 +307,10 @@ func NewCmd() *cobra.Command { Short: "Show the status of waypoints in a namespace", Long: "Show the status of waypoints for the namespace provided or default namespace if none is provided", Example: ` # Show the status of the waypoint in the default namespace - kmeshctl waypoint status - - # Show the status of the waypoint in a specific namespace - kmeshctl waypoint status --namespace default`, + kmeshctl waypoint status + + # Show the status of the waypoint in a specific namespace + kmeshctl waypoint status --namespace foo`, Args: func(cmd *cobra.Command, args []string) error { if len(args) != 0 { return fmt.Errorf("unknown subcommand %q", args[0])