summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-volume-import.1.md
diff options
context:
space:
mode:
authorFelix Stupp <me+github@banananet.work>2022-07-31 20:34:14 +0000
committerGitHub <noreply@github.com>2022-07-31 20:34:14 +0000
commit6c69a2ea1196388018446a4f18e5154a276970fc (patch)
treebcc0df8e0180df23f964411d8b5493e738b96733 /docs/source/markdown/podman-volume-import.1.md
parentc21306f061d16bf91a9666ad0b60cd3db161ce25 (diff)
downloadpodman-6c69a2ea1196388018446a4f18e5154a276970fc.tar.gz
podman-6c69a2ea1196388018446a4f18e5154a276970fc.tar.bz2
podman-6c69a2ea1196388018446a4f18e5154a276970fc.zip
podman-volume-import: Reword "precendence"
Signed-off-by: Felix Stupp <me+github@banananet.work>
Diffstat (limited to 'docs/source/markdown/podman-volume-import.1.md')
-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.