mirror of https://github.com/docker/docs.git
Merge pull request #881 from awsmsrc/feature/rm_output
indicate a successful removal of a machine
This commit is contained in:
commit
2f6f5b9290
|
|
@ -654,6 +654,7 @@ func cmdRm(c *cli.Context) {
|
||||||
if isError {
|
if isError {
|
||||||
log.Fatal("There was an error removing a machine. To force remove it, pass the -f option. Warning: this might leave it running on the provider.")
|
log.Fatal("There was an error removing a machine. To force remove it, pass the -f option. Warning: this might leave it running on the provider.")
|
||||||
}
|
}
|
||||||
|
log.Print("The machine was successfully removed.")
|
||||||
}
|
}
|
||||||
|
|
||||||
func cmdEnv(c *cli.Context) {
|
func cmdEnv(c *cli.Context) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue