gentle reminder about fetch times

This commit is contained in:
Alex Goodman 2019-02-17 10:42:12 -05:00
parent ab3bbb8735
commit eb31a6290e
No known key found for this signature in database
GPG Key ID: 743640FAA11698A1

View File

@ -79,7 +79,7 @@ func Run(options Options) {
analyzer := image.GetAnalyzer(options.ImageId)
fmt.Println(title("Fetching image..."))
fmt.Println(title("Fetching image...") + " (this can take a while with large images)")
reader, err := analyzer.Fetch()
if err != nil {
fmt.Printf("cannot fetch image: %v\n", err)