Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
posriniv committed Oct 23, 2024
1 parent a0b1fd8 commit 49ff58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster/dr/failover_dr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <db-name-1>=<safe-time-in-min>,<db-name-2>=<safetime-in-min>.")
failoverDrCmd.Flags().StringArray("safetimes", []string{}, "[OPTIONAL] Safetimes of the DR configuation. Please provide key value pairs <db-name-1>=<epoch-safe-time>,<db-name-2>=<epoch-safe-time>.")
}

0 comments on commit 49ff58f

Please sign in to comment.