diff --git a/libpod/options.go b/libpod/options.go index 739d53a8bb..8fb6c8d2e3 100644 --- a/libpod/options.go +++ b/libpod/options.go @@ -625,7 +625,7 @@ func WithCgroupNSFrom(nsCtr *Container) CtrCreateOption { } } -// WithDependencies sets dependency containers of the given container +// WithDependencyCtrs sets dependency containers of the given container // Dependency containers must be running before this container is started func WithDependencyCtrs(ctrs []*Container) CtrCreateOption { return func(ctr *Container) error {