We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f577f45 commit 035d4e0Copy full SHA for 035d4e0
internal/cmd/beta/public-ip/delete/delete.go
@@ -60,7 +60,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
60
}
61
62
if !model.AssumeYes {
63
- prompt := fmt.Sprintf("Are you sure you want to delete public IP %q?", publicIpLabel)
+ prompt := fmt.Sprintf("Are you sure you want to delete public IP %q? (This cannot be undone)", publicIpLabel)
64
err = p.PromptForConfirmation(prompt)
65
if err != nil {
66
return err
0 commit comments