diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-22 15:55:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 15:55:07 +0100 |
commit | 7e1afe0e68ccb4483156ea896d2cb581560294db (patch) | |
tree | 200485e8d375ad0fd574628913c6bd442e9507c7 | |
parent | 55abb6d3fa9afa26d9ce3af0106cabc39047cc2e (diff) | |
parent | fafa67e7b534979131d325fb6ce620c30fb750fb (diff) | |
download | podman-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.md | 2 |
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. ``` |