mirror of
https://github.com/containers/podman.git
synced 2026-07-18 11:11:54 -04:00
In commit52df1fa(Fix volume handling in podman) was implemented the --volume option for podman remove. However, its behaviour changed after83db80c(Only remove image volumes when removing containers). This commit updates the description of this option to reflect the new behaviour. Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>