diff --git a/api/client/load.go b/api/client/load.go index fb011a3111..a512ffb06a 100644 --- a/api/client/load.go +++ b/api/client/load.go @@ -13,7 +13,7 @@ import ( // // Usage: docker load [OPTIONS] func (cli *DockerCli) CmdLoad(args ...string) error { - cmd := cli.Subcmd("load", nil, "Load an image from a tar archive on STDIN", true) + cmd := cli.Subcmd("load", nil, "Load an image from a tar archive or STDIN", true) infile := cmd.String([]string{"i", "-input"}, "", "Read from a tar archive file, instead of STDIN") cmd.Require(flag.Exact, 0)