diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2019-03-30 18:30:41 -0400 |
---|---|---|
committer | Robert P. J. Day <rpjday@crashcourse.ca> | 2019-03-30 18:30:41 -0400 |
commit | ee23622ca5a3c3fdd9b736423c75048e0edac570 (patch) | |
tree | b9fee239ea38f0959a407b806b0b40ffa8de1b78 /docs | |
parent | 833204d63bc01b52eed87b19911419169dfd97ad (diff) | |
download | podman-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')
-rw-r--r-- | docs/podman-rm.1.md | 2 |
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* |