Skip to content

Commit

Permalink
add 'removing all data stored on the node' to reset message (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Apr 12, 2024
1 parent 603ab33 commit e1814a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/embedded-cluster/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ var resetCommand = &cli.Command{
},
Usage: fmt.Sprintf("Uninstall %s from the current node", binName),
Action: func(c *cli.Context) error {
logrus.Info("This will remove this node from the cluster and completely reset it.")
logrus.Info("This will remove this node from the cluster and completely reset it, removing all data stored on the node.")
logrus.Info("Do not reset another node until this is complete.")
if !c.Bool("force") && !c.Bool("no-prompt") && !prompts.New().Confirm("Do you want to continue?", false) {
return fmt.Errorf("Aborting")
Expand Down

0 comments on commit e1814a5

Please sign in to comment.