Skip to content

Commit

Permalink
Merge branch 'master' into fix_push
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 9, 2022
2 parents 3db1d71 + 7fbbbd5 commit 65ffd2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,8 @@ func newMirrorCloneCmd() *cobra.Command {
}
cmd := &cobra.Command{
Use: "clone <target-dir> [global version]",
Example: ` tiup mirror clone /path/to/local --arch amd64,arm --os linux,darwin # Specify the architectures and OSs
Example: ` tiup mirror clone /path/to/local --arch amd64,arm64 --os linux,darwin # Specify the architectures and OSs
tiup mirror clone /path/to/local --os linux v6.1.0 v5.4.0 # Specify multiple versions
tiup mirror clone /path/to/local --full # Build a full local mirror
tiup mirror clone /path/to/local --tikv v4 --prefix # Specify the version via prefix
tiup mirror clone /path/to/local --tidb all --pd all # Download all version for specific component`,
Expand Down

0 comments on commit 65ffd2f

Please sign in to comment.