Browse code

fix #7374 leftover

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2014/08/13 08:37:33
Showing 1 changed files
... ...
@@ -58,7 +58,7 @@ func (daemon *Daemon) ContainerDestroy(job *engine.Job) engine.Status {
58 58
 					return job.Errorf("Could not kill running container, cannot remove - %v", err)
59 59
 				}
60 60
 			} else {
61
-				return job.Errorf("You cannot remove a running container. Stop the container before attempting removal or use -s or -k")
61
+				return job.Errorf("You cannot remove a running container. Stop the container before attempting removal or use -f")
62 62
 			}
63 63
 		}
64 64
 		if err := daemon.Destroy(container); err != nil {