summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/cliconfig/create.go')
-rw-r--r--cmd/podman/cliconfig/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/create.go b/cmd/podman/cliconfig/create.go
index 49ab3d827..5fb2eed10 100644
--- a/cmd/podman/cliconfig/create.go
+++ b/cmd/podman/cliconfig/create.go
@@ -24,4 +24,5 @@ type BuildValues struct {
type CpValues struct {
PodmanCommand
Extract bool
+ Pause bool
}