summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-22 15:55:07 +0100
committerGitHub <noreply@github.com>2020-01-22 15:55:07 +0100
commit7e1afe0e68ccb4483156ea896d2cb581560294db (patch)
tree200485e8d375ad0fd574628913c6bd442e9507c7
parent55abb6d3fa9afa26d9ce3af0106cabc39047cc2e (diff)
parentfafa67e7b534979131d325fb6ce620c30fb750fb (diff)
downloadpodman-7e1afe0e68ccb4483156ea896d2cb581560294db.tar.gz
podman-7e1afe0e68ccb4483156ea896d2cb581560294db.tar.bz2
podman-7e1afe0e68ccb4483156ea896d2cb581560294db.zip
Merge pull request #4931 from rpjday/docs/rmi/backquotes
markdown: remove extraneous backquote from "podman rmi"
-rw-r--r--docs/source/markdown/podman-rmi.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-rmi.1.md b/docs/source/markdown/podman-rmi.1.md
index d911ee6cb..3c46bc32c 100644
--- a/docs/source/markdown/podman-rmi.1.md
+++ b/docs/source/markdown/podman-rmi.1.md
@@ -29,7 +29,7 @@ podman rmi c0ed59d05ff7
Remove an image and its associated containers.
```
podman rmi --force imageID
-````
+```
Remove multiple images by their shortened IDs.
```