Merge pull request #2304 from bndn/patch-1

Fix argument name to provide digest to an image
This commit is contained in:
Kubernetes Prow Robot
2020-03-30 11:44:17 -07:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ var (
errImageNoArgs = errors.New("no image specified")
errImageInvalidArgs = errors.New(`invalid format of image, use one of the following options:
- <image>=<newimage>:<newtag>
- <image>=<newimage>@<newtag>
- <image>=<newimage>@<digest>
- <image>=<newimage>
- <image>:<newtag>
- <image>@<digest>`)