summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Stupp <me+github@banananet.work>2022-07-31 20:34:14 +0000
committerMatthew Heon <mheon@redhat.com>2022-08-10 16:46:05 -0400
commit6b2bbd2d195c48d3cafeb0f731660c76aa4131b2 (patch)
tree089874aab5b1753feb544e37021465956cbde49c
parent54ee42331aa3a986c786832ea2c50dfcb22a7106 (diff)
downloadpodman-6b2bbd2d195c48d3cafeb0f731660c76aa4131b2.tar.gz
podman-6b2bbd2d195c48d3cafeb0f731660c76aa4131b2.tar.bz2
podman-6b2bbd2d195c48d3cafeb0f731660c76aa4131b2.zip
podman-volume-import: Reword "precendence"
Signed-off-by: Felix Stupp <me+github@banananet.work>
-rw-r--r--docs/source/markdown/podman-volume-import.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-volume-import.1.md b/docs/source/markdown/podman-volume-import.1.md
index 4df250e95..ec5d5ebfc 100644
--- a/docs/source/markdown/podman-volume-import.1.md
+++ b/docs/source/markdown/podman-volume-import.1.md
@@ -9,7 +9,7 @@ podman\-volume\-import - Import tarball contents into an existing podman volume
## DESCRIPTION
**podman volume import** imports the contents of a tarball into the podman volume's mount point.
-The contents of the volume will be merged with the content of the tarball, the latter takes precedence.
+The contents of the volume will be merged with the content of the tarball with the latter taking precedence.
**podman volume import** can consume piped input when using `-` as source path.
The given volume must already exist and will not be created by podman volume import.