|
@@ -156,7 +156,7 @@ func mkBuildContext(dockerfile string, files [][2]string) (Archive, error) {
|
|
|
|
|
|
func (cli *DockerCli) CmdBuild(args ...string) error {
|
|
|
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")
|
|
|
+ tag := cmd.String("t", "", "Repository name to be applied to the resulting image in case of success")
|
|
|
if err := cmd.Parse(args); err != nil {
|
|
|
return nil
|
|
|
}
|