mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
gentle reminder about fetch times
This commit is contained in:
parent
ab3bbb8735
commit
eb31a6290e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue