gentle reminder about fetch times
This commit is contained in:
parent
ab3bbb8735
commit
eb31a6290e
@ -79,7 +79,7 @@ func Run(options Options) {
|
|||||||
|
|
||||||
analyzer := image.GetAnalyzer(options.ImageId)
|
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()
|
reader, err := analyzer.Fetch()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("cannot fetch image: %v\n", err)
|
fmt.Printf("cannot fetch image: %v\n", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user