summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-14 11:32:31 +0200
committerGitHub <noreply@github.com>2019-09-14 11:32:31 +0200
commita1970e1915fa99c1893bccd3a71a11d2bff77602 (patch)
tree7605b6f444c134f5f99a191a5b0005b183a44203 /docs
parent2366fd7ac621ba15abe559832f024d06b3db3c9b (diff)
parenta481a1265acbfb011a5400ffba39bbcb020a1c7c (diff)
downloadpodman-a1970e1915fa99c1893bccd3a71a11d2bff77602.tar.gz
podman-a1970e1915fa99c1893bccd3a71a11d2bff77602.tar.bz2
podman-a1970e1915fa99c1893bccd3a71a11d2bff77602.zip
Merge pull request #4026 from rhatdan/copy
Fix default to pause in podman cp
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-cp.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-cp.1.md b/docs/podman-cp.1.md
index e3d992b55..736bdb12a 100644
--- a/docs/podman-cp.1.md
+++ b/docs/podman-cp.1.md
@@ -65,7 +65,7 @@ Extract the tar file into the destination directory. If the destination director
**--pause**
-Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *false*.
+Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *true*. On rootless containers with cgroups V1, defaults to false.
## ALTERNATIVES