diff --git a/internal/graphicscommand/image.go b/internal/graphicscommand/image.go index e842cf096..dcb070f65 100644 --- a/internal/graphicscommand/image.go +++ b/internal/graphicscommand/image.go @@ -177,7 +177,8 @@ func (i *Image) IsInvalidated() bool { return i.image.IsInvalidated() } -// DumpImages dumps the image to the specified directory. +// DumpAt dumps the image to the specified directory. +// The filename is determined by the image's ID. // // This is for testing usage. func (i *Image) DumpAt(dir string) error {