Skip to content

Commit

Permalink
update mirror clone help (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar authored Aug 9, 2022
1 parent 25b38a0 commit 7fbbbd5
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 7fbbbd5

Please sign in to comment.