Skip to content

Commit

Permalink
Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
Browse files Browse the repository at this point in the history
Fixes #3383
  • Loading branch information
tianon committed Dec 29, 2013
1 parent 2216268 commit 83d631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ func (cli *DockerCli) CmdSave(args ...string) error {
}

func (cli *DockerCli) CmdLoad(args ...string) error {
cmd := cli.Subcmd("load", "SOURCE", "Load an image from a tar archive")
cmd := cli.Subcmd("load", "", "Load an image from a tar archive on STDIN")
if err := cmd.Parse(args); err != nil {
return err
}
Expand Down

0 comments on commit 83d631b

Please sign in to comment.