diff --git a/cmd/cluster/dr/failover_dr.go b/cmd/cluster/dr/failover_dr.go index 7b52183..29d89da 100644 --- a/cmd/cluster/dr/failover_dr.go +++ b/cmd/cluster/dr/failover_dr.go @@ -125,5 +125,5 @@ func init() { DrCmd.AddCommand(failoverDrCmd) failoverDrCmd.Flags().String("dr-name", "", "[REQUIRED] Name of the DR configuration.") failoverDrCmd.MarkFlagRequired("dr-name") - failoverDrCmd.Flags().StringArray("safetimes", []string{}, "[OPTIONAL] Safetimes of the DR configuation. Please provide key value pairs =,=.") + failoverDrCmd.Flags().StringArray("safetimes", []string{}, "[OPTIONAL] Safetimes of the DR configuation. Please provide key value pairs =,=.") }