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:
parent
d52132b6ec
commit
fafa67e7b5
|
@ -29,7 +29,7 @@ podman rmi c0ed59d05ff7
|
||||||
Remove an image and its associated containers.
|
Remove an image and its associated containers.
|
||||||
```
|
```
|
||||||
podman rmi --force imageID
|
podman rmi --force imageID
|
||||||
````
|
```
|
||||||
|
|
||||||
Remove multiple images by their shortened IDs.
|
Remove multiple images by their shortened IDs.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue