diff options
author | Felix Stupp <me+github@banananet.work> | 2022-07-31 20:34:14 +0000 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-08-10 16:46:05 -0400 |
commit | 6b2bbd2d195c48d3cafeb0f731660c76aa4131b2 (patch) | |
tree | 089874aab5b1753feb544e37021465956cbde49c /docs | |
parent | 54ee42331aa3a986c786832ea2c50dfcb22a7106 (diff) | |
download | podman-6b2bbd2d195c48d3cafeb0f731660c76aa4131b2.tar.gz podman-6b2bbd2d195c48d3cafeb0f731660c76aa4131b2.tar.bz2 podman-6b2bbd2d195c48d3cafeb0f731660c76aa4131b2.zip |
podman-volume-import: Reword "precendence"
Signed-off-by: Felix Stupp <me+github@banananet.work>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-volume-import.1.md | 2 |
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. |