Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCM-6652 | task: update --best-effort help message #1840

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cmd/dlt/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ func init() {
&args.bestEffort,
"best-effort",
false,
"Deleting a cluster with \"best effort\" means that certain resources "+
"may be left behind in the cloud account and will need manual cleanup. "+
"This option should be used with care.",
"Skips steps in the cluster destruction chain that are known to cause "+
"the cluster deletion process to fail. You should use this option with "+
"care and it is recommended that you manually check your AWS account for "+
"any resources that might be left over after using --best-effort.",
)

flags.BoolVarP(
Expand Down