diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-06-07 15:16:51 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-06-07 15:17:40 -0400 |
commit | d40b450afdc9784a3dcf0d5b95712f4ad8a46cc0 (patch) | |
tree | b8a0fde4840bbf0940c886ccbc95d463aa8c825c /docs/podman-cp.1.md | |
parent | d81fc2e19274d1531ee26650fc90c7011eada5cf (diff) | |
download | podman-d40b450afdc9784a3dcf0d5b95712f4ad8a46cc0.tar.gz podman-d40b450afdc9784a3dcf0d5b95712f4ad8a46cc0.tar.bz2 podman-d40b450afdc9784a3dcf0d5b95712f4ad8a46cc0.zip |
Default 'pause' to false for 'podman cp'
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/podman-cp.1.md')
-rw-r--r-- | docs/podman-cp.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-cp.1.md b/docs/podman-cp.1.md index 76fe57a9e..ee218d66a 100644 --- a/docs/podman-cp.1.md +++ b/docs/podman-cp.1.md @@ -63,7 +63,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 *true*. +Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *false*. ## ALTERNATIVES |