markdown: remove extraneous backquote from "podman rmi"

Extraneous backquote messes up rendering of "man podman-rmi".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
Robert P. J. Day
2020-01-22 07:50:48 -05:00
parent d52132b6ec
commit fafa67e7b5

View File

@ -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.
```