Updated build usage

Upstream-commit: b38c6929be500336de6f6a5f7a52d73cbf543fb6
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-06-13 10:50:55 -07:00
parent 6bcd65ddd0
commit 5f7f6d9927
+1 -1
View File
@@ -131,7 +131,7 @@ func (cli *DockerCli) CmdInsert(args ...string) error {
}
func (cli *DockerCli) CmdBuild(args ...string) error {
cmd := Subcmd("build", "[OPTIONS] PATH | -", "Build a new container image from the source code at PATH")
cmd := Subcmd("build", "[OPTIONS] PATH | URL | -", "Build a new container image from the source code at PATH")
tag := cmd.String("t", "", "Tag to be applied to the resulting image in case of success")
if err := cmd.Parse(args); err != nil {
return nil