Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update pkg/task/backup.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Neil Shen <overvenus@gmail.com>
  • Loading branch information
3pointer and overvenus committed Mar 11, 2020
1 parent 49d4d60 commit 1c8af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/task/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func DefineBackupFlags(flags *pflag.FlagSet) {
"The history version of the backup task, e.g. 1m, 1h. Do not exceed GCSafePoint")

flags.String(flagBackupTS, "", "the backup ts support TSO or datetime,"+
" e.g. '400036290571534337', '2018-05-11 01:42:23' ")
" e.g. '400036290571534337', '2018-05-11 01:42:23'")
flags.Uint64(flagLastBackupTS, 0, "the last time backup ts support TSO only")
_ = flags.MarkHidden(flagLastBackupTS)
}
Expand Down

0 comments on commit 1c8af67

Please sign in to comment.