Skip to content

Commit

Permalink
playground: update version selection examples (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis authored Apr 19, 2021
1 parent f1444c3 commit 150c90b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/playground/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version>
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() {
Expand Down

0 comments on commit 150c90b

Please sign in to comment.