diff options
author | Toshiki Sonoda <sonoda.toshiki@fujitsu.com> | 2022-07-19 17:22:52 +0900 |
---|---|---|
committer | Toshiki Sonoda <sonoda.toshiki@fujitsu.com> | 2022-07-19 17:22:52 +0900 |
commit | 0a2ddc9bd61c5beab7ac158530c87702f6739b18 (patch) | |
tree | f4a6010b9cdbfe77d09f00950b2c1568def3c536 /docs | |
parent | 252fc7cb9a75f2d956dbd1fbaca2d2c9a06993c5 (diff) | |
download | podman-0a2ddc9bd61c5beab7ac158530c87702f6739b18.tar.gz podman-0a2ddc9bd61c5beab7ac158530c87702f6739b18.tar.bz2 podman-0a2ddc9bd61c5beab7ac158530c87702f6739b18.zip |
[CI:DOCS] Fix typo in manifest manpage
rme -> rm
Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-manifest.1.md | 2 |
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 |