summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-07 23:06:25 +0200
committerGitHub <noreply@github.com>2019-06-07 23:06:25 +0200
commitbfc544f7e8051057a4e3e2a0825f611aebd7400b (patch)
treeb078c4868ab8ed60f92658fd02b4c0b8d433ec22 /cmd
parent43dc5bb627be48e16f885455b9238fe3f7cf3c4d (diff)
parentd40b450afdc9784a3dcf0d5b95712f4ad8a46cc0 (diff)
downloadpodman-bfc544f7e8051057a4e3e2a0825f611aebd7400b.tar.gz
podman-bfc544f7e8051057a4e3e2a0825f611aebd7400b.tar.bz2
podman-bfc544f7e8051057a4e3e2a0825f611aebd7400b.zip
Merge pull request #3279 from mheon/update_cstorage
Update c/storage to 9b10041d7b2ef767ce9c42b5862b6c51eeb82214
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/cp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/cp.go b/cmd/podman/cp.go
index 2e2ca272a..7679ebcf1 100644
--- a/cmd/podman/cp.go
+++ b/cmd/podman/cp.go
@@ -51,7 +51,7 @@ func init() {
cpCommand.Command = _cpCommand
flags := cpCommand.Flags()
flags.BoolVar(&cpCommand.Extract, "extract", false, "Extract the tar file into the destination directory.")
- flags.BoolVar(&cpCommand.Pause, "pause", true, "Pause the container while copying")
+ flags.BoolVar(&cpCommand.Pause, "pause", false, "Pause the container while copying")
cpCommand.SetHelpTemplate(HelpTemplate())
cpCommand.SetUsageTemplate(UsageTemplate())
rootCmd.AddCommand(cpCommand.Command)