Skip to content

Commit f4411de

Browse files
glkappeAstroProfundis
authored andcommitted
Adjust --comments position (#1522)
1 parent d4f3a92 commit f4411de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/playground/playground.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ If you'd like to use a TiDB version other than %s, cancel and retry with the fol
882882
fmt.Println(color.GreenString("CLUSTER START SUCCESSFULLY, Enjoy it ^-^"))
883883
for _, dbAddr := range succ {
884884
ss := strings.Split(dbAddr, ":")
885-
connectMsg := "To connect TiDB: mysql --host %s --port %s -u root -p (no password) --comments"
885+
connectMsg := "To connect TiDB: mysql --comments --host %s --port %s -u root -p (no password)"
886886
fmt.Println(color.GreenString(connectMsg, ss[0], ss[1]))
887887
}
888888
}

0 commit comments

Comments
 (0)