From 05fb473c1f085c3dc0b913ae64c433758154e397 Mon Sep 17 00:00:00 2001 From: Zhi Qi Date: Tue, 10 Aug 2021 19:48:11 +0800 Subject: [PATCH] update --- components/playground/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/playground/main.go b/components/playground/main.go index 58c5609137..6746cac730 100644 --- a/components/playground/main.go +++ b/components/playground/main.go @@ -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")