Skip to content

Commit e1814a5

Browse files
authored
add 'removing all data stored on the node' to reset message (#510)
1 parent 603ab33 commit e1814a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/embedded-cluster/uninstall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var resetCommand = &cli.Command{
319319
},
320320
Usage: fmt.Sprintf("Uninstall %s from the current node", binName),
321321
Action: func(c *cli.Context) error {
322-
logrus.Info("This will remove this node from the cluster and completely reset it.")
322+
logrus.Info("This will remove this node from the cluster and completely reset it, removing all data stored on the node.")
323323
logrus.Info("Do not reset another node until this is complete.")
324324
if !c.Bool("force") && !c.Bool("no-prompt") && !prompts.New().Confirm("Do you want to continue?", false) {
325325
return fmt.Errorf("Aborting")

0 commit comments

Comments
 (0)