diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-08-03 17:17:07 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-08-03 17:17:51 +0200 |
commit | cc43b5133474af33ccac24d3eb916d789e2bd714 (patch) | |
tree | 72a843aa2fe2fcd66ab826605298657106f8069e /docs/source | |
parent | e93661f5e765d84893e2ad5a488682c0a67412d0 (diff) | |
download | podman-cc43b5133474af33ccac24d3eb916d789e2bd714.tar.gz podman-cc43b5133474af33ccac24d3eb916d789e2bd714.tar.bz2 podman-cc43b5133474af33ccac24d3eb916d789e2bd714.zip |
image scp: fix typo in output
s/Loaded images(s)/Loaded image(s)/
[NO TESTS NEEDED] (I think we should test the output at some point)
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-image-scp.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-scp.1.md b/docs/source/markdown/podman-image-scp.1.md index 7d143c851..420452a4d 100644 --- a/docs/source/markdown/podman-image-scp.1.md +++ b/docs/source/markdown/podman-image-scp.1.md @@ -59,7 +59,7 @@ Copying blob 9450ef9feb15 [--------------------------------------] 0.0b / 0.0b Copying config 1f97f0559c done Writing manifest to image destination Storing signatures -Loaded images(s): docker.io/library/alpine:latest +Loaded image(s): docker.io/library/alpine:latest ``` ## SEE ALSO |