Skip to content

Commit

Permalink
cli: update -reset flag confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Nov 9, 2024
1 parent a09a6d4 commit f705b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k2d.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
defer logger.Sync()

if *resetMode {
fmt.Println("Are you sure you want to this host? This will remove everything created by or via k2d including workload and data. y/N")
fmt.Println("Are you sure you want to reset this host? This will remove everything created by or via k2d - including workload and data. y/N")
confirm, err := prompt.AskForConfirmation()
if err != nil {
logger.Fatalf("unable to ask for confirmation: %s", err)
Expand Down

0 comments on commit f705b5e

Please sign in to comment.