Skip to content

Commit

Permalink
Fix tiup mirror merge usage (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklove authored Dec 24, 2020
1 parent 081877a commit d7fed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ func initRepo(path, keyDir string) error {
// the `mirror merge` sub command
func newMirrorMergeCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "merge <base> <mirror-dir-1> [mirror-dir-N]",
Use: "merge <mirror-dir-1> [mirror-dir-N]",
Example: ` tiup mirror merge tidb-community-v4.0.1 # merge v4.0.1 into current mirror
tiup mirror merge tidb-community-v4.0.1 tidb-community-v4.0.2 # merge v4.0.1 and v4.0.2 into current mirror`,
Short: "Merge two or more offline mirror",
Expand Down

0 comments on commit d7fed64

Please sign in to comment.