summaryrefslogtreecommitdiff
path: root/docs/podman-rm.1.md
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2019-03-30 18:30:41 -0400
committerRobert P. J. Day <rpjday@crashcourse.ca>2019-03-30 18:30:41 -0400
commitee23622ca5a3c3fdd9b736423c75048e0edac570 (patch)
treeb9fee239ea38f0959a407b806b0b40ffa8de1b78 /docs/podman-rm.1.md
parent833204d63bc01b52eed87b19911419169dfd97ad (diff)
downloadpodman-ee23622ca5a3c3fdd9b736423c75048e0edac570.tar.gz
podman-ee23622ca5a3c3fdd9b736423c75048e0edac570.tar.bz2
podman-ee23622ca5a3c3fdd9b736423c75048e0edac570.zip
docs/podman-rm.1.md: delete "Not yet implemented" msg for volume removal
Since this feature appears to be implemented, remove the qualifier. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'docs/podman-rm.1.md')
-rw-r--r--docs/podman-rm.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-rm.1.md b/docs/podman-rm.1.md
index dc1729188..c8288f6e8 100644
--- a/docs/podman-rm.1.md
+++ b/docs/podman-rm.1.md
@@ -32,7 +32,7 @@ The latest option is not supported on the remote client.
**--volumes, -v**
-Remove the volumes associated with the container. (Not yet implemented)
+Remove the volumes associated with the container.
## EXAMPLE
Remove a container by its name *mywebserver*