summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshiki Sonoda <sonoda.toshiki@fujitsu.com>2022-07-19 17:22:52 +0900
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:35:17 -0400
commit24405503056adfdd5393b7f86e5faf5885cd404c (patch)
treead33ce954c578a2ebacb8a899754032b769a5237
parent76fa8044723e41df7b9348f88e50d4d7c5f4d7c0 (diff)
downloadpodman-24405503056adfdd5393b7f86e5faf5885cd404c.tar.gz
podman-24405503056adfdd5393b7f86e5faf5885cd404c.tar.bz2
podman-24405503056adfdd5393b7f86e5faf5885cd404c.zip
[CI:DOCS] Fix typo in manifest manpage
rme -> rm Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
-rw-r--r--docs/source/markdown/podman-manifest.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-manifest.1.md b/docs/source/markdown/podman-manifest.1.md
index 5ff44c1d5..cc716b2a0 100644
--- a/docs/source/markdown/podman-manifest.1.md
+++ b/docs/source/markdown/podman-manifest.1.md
@@ -22,7 +22,7 @@ The `podman manifest` command provides subcommands which can be used to:
| inspect | [podman-manifest-inspect(1)](podman-manifest-inspect.1.md) | Display a manifest list or image index. |
| push | [podman-manifest-push(1)](podman-manifest-push.1.md) | Push a manifest list or image index to a registry. |
| remove | [podman-manifest-remove(1)](podman-manifest-remove.1.md) | Remove an image from a manifest list or image index. |
-| rm | [podman-manifest-rme(1)](podman-manifest-rm.1.md) | Remove manifest list or image index from local storage. |
+| rm | [podman-manifest-rm(1)](podman-manifest-rm.1.md) | Remove manifest list or image index from local storage. |
## EXAMPLES