diff options
author | Miloslav Trmač <mitr@redhat.com> | 2021-06-17 20:10:17 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2021-06-17 21:20:13 +0200 |
commit | 2bd382c8c7d3ba7f7a8e4a2921aa183118500a2a (patch) | |
tree | 74ddc0d1693748ddd52477ab7d1942b6cf2e58a9 /pkg/domain/entities/images.go | |
parent | 725b5001a17f703d95a3c88e4f58225c5290576b (diff) | |
download | podman-2bd382c8c7d3ba7f7a8e4a2921aa183118500a2a.tar.gz podman-2bd382c8c7d3ba7f7a8e4a2921aa183118500a2a.tar.bz2 podman-2bd382c8c7d3ba7f7a8e4a2921aa183118500a2a.zip |
Fix documentation of the --format option of podman push
It affects all transports; and without --format, we try several manifest formats.
[NO TESTS NEEDED]
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'pkg/domain/entities/images.go')
-rw-r--r-- | pkg/domain/entities/images.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 17b82037e..3140a47c5 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -184,7 +184,7 @@ type ImagePushOptions struct { // image to the file. Ignored for remote calls. DigestFile string // Format is the Manifest type (oci, v2s1, or v2s2) to use when pushing an - // image using the 'dir' transport. Default is manifest type of source. + // image. Default is manifest type of source, with fallbacks. // Ignored for remote calls. Format string // Quiet can be specified to suppress pull progress when pulling. Ignored |