summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-image.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-06-23 13:01:45 -0400
committerGitHub <noreply@github.com>2021-06-23 13:01:45 -0400
commit3322ea2c68e1bac86748534615fd35c19bc0a655 (patch)
treeff90a621955ddd2ea92e4c170bc36eda522956c1 /docs/source/markdown/podman-image.1.md
parente1f700c5d122ca6fa9b7fe04b92913390cd084c6 (diff)
parent1aa9dcfadf3d4b2d43e58fc6730d87738070260d (diff)
downloadpodman-3322ea2c68e1bac86748534615fd35c19bc0a655.tar.gz
podman-3322ea2c68e1bac86748534615fd35c19bc0a655.tar.bz2
podman-3322ea2c68e1bac86748534615fd35c19bc0a655.zip
Merge pull request #10759 from dilyanpalauzov/master
markdown/*: typos 'a image'
Diffstat (limited to 'docs/source/markdown/podman-image.1.md')
-rw-r--r--docs/source/markdown/podman-image.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image.1.md b/docs/source/markdown/podman-image.1.md
index bbf5f6d84..1b0dc395d 100644
--- a/docs/source/markdown/podman-image.1.md
+++ b/docs/source/markdown/podman-image.1.md
@@ -18,7 +18,7 @@ The image command allows you to manage images
| exists | [podman-image-exists(1)](podman-image-exists.1.md) | Check if an image exists in local storage. |
| history | [podman-history(1)](podman-history.1.md) | Show the history of an image. |
| import | [podman-import(1)](podman-import.1.md) | Import a tarball and save it as a filesystem image. |
-| inspect | [podman-inspect(1)](podman-inspect.1.md) | Display a image or image's configuration. |
+| inspect | [podman-inspect(1)](podman-inspect.1.md) | Display an image or image's configuration. |
| list | [podman-images(1)](podman-images.1.md) | List the container images on the system.(alias ls) |
| load | [podman-load(1)](podman-load.1.md) | Load an image from the docker archive. |
| mount | [podman-image-mount(1)](podman-image-mount.1.md) | Mount an image's root filesystem. |