Browse code

docker save: typo reference image, not container

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)

Vincent Batts authored on 2014/05/01 10:51:03
Showing 1 changed files
... ...
@@ -340,7 +340,7 @@ func (srv *Server) ContainerExport(job *engine.Job) engine.Status {
340 340
 // out is the writer where the images are written to.
341 341
 func (srv *Server) ImageExport(job *engine.Job) engine.Status {
342 342
 	if len(job.Args) != 1 {
343
-		return job.Errorf("Usage: %s CONTAINER\n", job.Name)
343
+		return job.Errorf("Usage: %s IMAGE\n", job.Name)
344 344
 	}
345 345
 	name := job.Args[0]
346 346
 	// get image json