diff --git a/kustomize/internal/commands/edit/set/setimage.go b/kustomize/internal/commands/edit/set/setimage.go index d062f848d..cd7497f70 100644 --- a/kustomize/internal/commands/edit/set/setimage.go +++ b/kustomize/internal/commands/edit/set/setimage.go @@ -28,7 +28,7 @@ var ( errImageNoArgs = errors.New("no image specified") errImageInvalidArgs = errors.New(`invalid format of image, use one of the following options: - =: -- =@ +- =@ - = - : - @`)