diff --git a/components/playground/playground.go b/components/playground/playground.go index d408953a43..269f03da4a 100644 --- a/components/playground/playground.go +++ b/components/playground/playground.go @@ -677,12 +677,12 @@ func (p *Playground) bootCluster(ctx context.Context, env *environment.Environme } options.version = version.String() - fmt.Println(color.YellowString(`Use the latest stable version: %s + fmt.Println(color.YellowString(`No TiDB version specified, using the latest stable version: %s +If you'd like to use a TiDB version other than %s, cancel and retry with the following arguments: Specify version manually: tiup playground - The stable version: tiup playground v4.0.0 The nightly version: tiup playground nightly -`, options.version)) +`, options.version, options.version)) } if !utils.Version(options.version).IsNightly() {