Merge pull request #10148 from thaJeztah/fix-deprecation-typo
Fix typo in deprecation message. Upstream-commit: 78b7a484db5ac876e116eb248f1ba538bcc426a2 Component: engine
This commit is contained in:
@ -1161,7 +1161,7 @@ func (cli *DockerCli) CmdImport(args ...string) error {
|
||||
v.Set("repo", repository)
|
||||
|
||||
if cmd.NArg() == 3 {
|
||||
fmt.Fprintf(cli.err, "[DEPRECATED] The format 'URL|- [REPOSITORY [TAG]]' as been deprecated. Please use URL|- [REPOSITORY[:TAG]]\n")
|
||||
fmt.Fprintf(cli.err, "[DEPRECATED] The format 'URL|- [REPOSITORY [TAG]]' has been deprecated. Please use URL|- [REPOSITORY[:TAG]]\n")
|
||||
v.Set("tag", cmd.Arg(2))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user