Skip to content

Commit 77d64b4

Browse files
cfergeaupraveenkumar
authored andcommitted
stop: Hint that stopping the VM can take some time
1 parent c199d5f commit 77d64b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/crc/cmd/stop.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func runStop(arguments []string) {
3535
Name: constants.DefaultName,
3636
}
3737

38+
output.Out("Stopping CodeReady Containers instance... this may take a few minutes")
3839
commandResult, err := machine.Stop(stopConfig)
3940
if err != nil {
4041
// Here we are checking the VM state and if it is still running then

0 commit comments

Comments
 (0)