diff --git a/docs/source/markdown/podman-artifact-ls.1.md.in b/docs/source/markdown/podman-artifact-ls.1.md.in index 81cedd5783..930999defc 100644 --- a/docs/source/markdown/podman-artifact-ls.1.md.in +++ b/docs/source/markdown/podman-artifact-ls.1.md.in @@ -1,7 +1,7 @@ % podman-artifact-ls 1 ## NAME -podman\-artifact\-ls - List OCI artifacts in local store +podman\-artifact\-ls - List OCI artifacts in local store (alias list) ## SYNOPSIS **podman artifact ls** [*options*] diff --git a/docs/source/markdown/podman-artifact.1.md b/docs/source/markdown/podman-artifact.1.md index 8298aea449..19136a89b3 100644 --- a/docs/source/markdown/podman-artifact.1.md +++ b/docs/source/markdown/podman-artifact.1.md @@ -20,7 +20,7 @@ from its local "artifact store". | add | [podman-artifact-add(1)](podman-artifact-add.1.md) | Add an OCI artifact to local artifact store | | extract | [podman-artifact-extract(1)](podman-artifact-extract.1.md) | Extract an OCI artifact to a local path | | inspect | [podman-artifact-inspect(1)](podman-artifact-inspect.1.md) | Inspect an OCI artifact | -| ls | [podman-artifact-ls(1)](podman-artifact-ls.1.md) | List OCI artifacts in local store | +| ls | [podman-artifact-ls(1)](podman-artifact-ls.1.md) | List OCI artifacts in local store (alias list) | | pull | [podman-artifact-pull(1)](podman-artifact-pull.1.md) | Pulls an artifact from a registry and stores it locally | | push | [podman-artifact-push(1)](podman-artifact-push.1.md) | Push an OCI artifact from local storage to an image registry | | rm | [podman-artifact-rm(1)](podman-artifact-rm.1.md) | Remove one or more OCI artifacts from local storage |