You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/config/cli.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ type Cli struct {
15
15
16
16
Allbool`kong:"name=all,default=false,help='Extract all architectures if source is a manifest list.'"`
17
17
Includes []string`kong:"name=include,help='Include a subset of files/dirs from the source image.'"`
18
-
Insecurebool`kong:"name=insecure,default=false,help='Allow contacting the registry over HTTP, or HTTPS with failed TLS verification.'"`
18
+
Insecurebool`kong:"name=insecure,default=false,help='Allow contacting the registry or docker daemon over HTTP, or HTTPS with failed TLS verification.'"`
0 commit comments