diff --git a/components/engine/commands.go b/components/engine/commands.go index db752447f0..5dd76fe187 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -2199,7 +2199,7 @@ func (cli *DockerCli) CmdCp(args ...string) error { } func (cli *DockerCli) CmdSave(args ...string) error { - cmd := cli.Subcmd("save", "IMAGE DESTINATION", "Save an image to a tar archive") + cmd := cli.Subcmd("save", "IMAGE", "Save an image to a tar archive (streamed to stdout)") if err := cmd.Parse(args); err != nil { return err }