Skip to content

Commit

Permalink
Add warn on clean log (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklove committed Dec 31, 2020
1 parent ad35eac commit 59d0415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (m *Manager) CleanCluster(name string, gOpt operator.Options, cleanOpt oper
}

if err := cliutil.PromptForConfirmOrAbortError(
"This operation will clean %s %s cluster %s's %s.\nNodes will be ignored: %s\nRoles will be ignored: %s\nFiles to be deleted are: %s\nDo you want to continue? [y/N]:",
"This operation will stop %s %s cluster %s and clean its' %s.\nNodes will be ignored: %s\nRoles will be ignored: %s\nFiles to be deleted are: %s\nDo you want to continue? [y/N]:",
m.sysName,
color.HiYellowString(base.Version),
color.HiYellowString(name),
Expand Down

0 comments on commit 59d0415

Please sign in to comment.