diff --git a/cmd/mirror.go b/cmd/mirror.go
index 6b22ce47ba..2616fce9f1 100644
--- a/cmd/mirror.go
+++ b/cmd/mirror.go
@@ -647,7 +647,7 @@ func initRepo(path, keyDir string) error {
// the `mirror merge` sub command
func newMirrorMergeCmd() *cobra.Command {
cmd := &cobra.Command{
- Use: "merge [mirror-dir-N]",
+ Use: "merge [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",