Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFall committed Aug 10, 2021
1 parent 7f5436c commit 05fb473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/playground/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ If you'd like to use a TiDB version other than %s, cancel and retry with the fol
defaultOptions := &BootOptions{}

rootCmd.Flags().String(mode, defaultMode, "TiUP playground mode: 'tidb', 'tikv-slim'")
rootCmd.Flags().Bool(withMonitor, true, "Whether to start prometheus and grafana component. (default: true)")
rootCmd.Flags().Bool(withMonitor, true, "Whether to start prometheus and grafana component")
rootCmd.Flags().Lookup(withMonitor).NoOptDefVal = ""

rootCmd.Flags().Int(db, defaultOptions.TiDB.Num, "TiDB instance number")
Expand Down

0 comments on commit 05fb473

Please sign in to comment.