summaryrefslogtreecommitdiff
path: root/cmd/podman/healthcheck/healthcheck.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/healthcheck/healthcheck.go')
-rw-r--r--cmd/podman/healthcheck/healthcheck.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd/podman/healthcheck/healthcheck.go b/cmd/podman/healthcheck/healthcheck.go
index f48701624..15ed47d39 100644
--- a/cmd/podman/healthcheck/healthcheck.go
+++ b/cmd/podman/healthcheck/healthcheck.go
@@ -10,11 +10,10 @@ import (
var (
// Command: healthcheck
healthCmd = &cobra.Command{
- Use: "healthcheck",
- Short: "Manage health checks on containers",
- Long: "Run health checks on containers",
- TraverseChildren: true,
- RunE: validate.SubCommandExists,
+ Use: "healthcheck",
+ Short: "Manage health checks on containers",
+ Long: "Run health checks on containers",
+ RunE: validate.SubCommandExists,
}
)