diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-02 21:24:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 21:24:26 -0400 |
commit | 5e15a26e0ea52c76523950ab224d1b40df2b35bf (patch) | |
tree | a552af5d57ce89833d72c399a7a0900ce5e8b5bf /docs/source | |
parent | 38720d91afa03240f942a2e252d2955f2df22e5a (diff) | |
parent | 1b6505d74bd5e2594aacb13c1310700be6ef3a32 (diff) | |
download | podman-5e15a26e0ea52c76523950ab224d1b40df2b35bf.tar.gz podman-5e15a26e0ea52c76523950ab224d1b40df2b35bf.tar.bz2 podman-5e15a26e0ea52c76523950ab224d1b40df2b35bf.zip |
Merge pull request #14460 from cipherboy/align-docker-podman-load-output
Align docker load and podman load output
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-image-scp.1.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-image-scp.1.md b/docs/source/markdown/podman-image-scp.1.md index 1d902da91..b6b610a7d 100644 --- a/docs/source/markdown/podman-image-scp.1.md +++ b/docs/source/markdown/podman-image-scp.1.md @@ -33,7 +33,7 @@ Suppress the output ``` $ podman image scp alpine -Loaded image(s): docker.io/library/alpine:latest +Loaded image: docker.io/library/alpine:latest ``` ``` @@ -43,12 +43,12 @@ Copying blob 72e830a4dff5 done Copying config 85f9dc67c7 done Writing manifest to image destination Storing signatures -Loaded image(s): docker.io/library/alpine:latest +Loaded image: docker.io/library/alpine:latest ``` ``` $ podman image scp Fedora::alpine RHEL:: -Loaded image(s): docker.io/library/alpine:latest +Loaded image: docker.io/library/alpine:latest ``` ``` @@ -59,7 +59,7 @@ Copying blob 9450ef9feb15 [--------------------------------------] 0.0b / 0.0b Copying config 1f97f0559c done Writing manifest to image destination Storing signatures -Loaded image(s): docker.io/library/alpine:latest +Loaded image: docker.io/library/alpine:latest ``` ``` @@ -73,7 +73,7 @@ Copying blob 5eb901baf107 skipped: already exists Copying config 696d33ca15 done Writing manifest to image destination Storing signatures -Loaded image(s): docker.io/library/alpine:latest +Loaded image: docker.io/library/alpine:latest ``` ``` @@ -87,7 +87,7 @@ Copying blob 5eb901baf107 Copying config 696d33ca15 done Writing manifest to image destination Storing signatures -Loaded image(s): docker.io/library/alpine:latest +Loaded image: docker.io/library/alpine:latest ``` ## SEE ALSO |