Fix argument name to provide digest to an image

This commit is contained in:
Benjamin Danon
2020-03-29 11:36:47 +02:00
committed by GitHub
parent 50cc1968e4
commit 4c0ab89c87

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>`)