diff options
-rw-r--r-- | libpod/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/options.go b/libpod/options.go index 739d53a8b..8fb6c8d2e 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 { |