We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb4893 commit bc88c11Copy full SHA for bc88c11
internal/cli/root.go
@@ -187,7 +187,7 @@ func RootCmd(h *internal.Helper) *cobra.Command {
187
if config.IsUnderTiUP {
188
fmt.Fprintln(h.IOStreams.Out, color.GreenString("Use `tiup update cloud` to update to the latest version"))
189
} else {
190
- fmt.Fprintln(h.IOStreams.Out, color.GreenString("Use `ticloud update` to update to the latest version"))
+ fmt.Fprintln(h.IOStreams.Out, color.GreenString("Use `ticloud upgrade` to upgrade to the latest version"))
191
}
192
193
0 commit comments