summaryrefslogtreecommitdiff
path: root/cmd/podman/containers/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/containers/create.go')
-rw-r--r--cmd/podman/containers/create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/containers/create.go b/cmd/podman/containers/create.go
index da550b606..3e47a8b4f 100644
--- a/cmd/podman/containers/create.go
+++ b/cmd/podman/containers/create.go
@@ -59,7 +59,7 @@ func init() {
Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode},
Command: createCommand,
})
- //common.GetCreateFlags(createCommand)
+ // common.GetCreateFlags(createCommand)
flags := createCommand.Flags()
createFlags(flags)