diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-07 06:30:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 06:30:51 -0800 |
commit | bf21ec8520bb429e9b1514422d9bc0b3426f4391 (patch) | |
tree | 53769e44c466ae2f39ee46fb046abd38edec40ea /cmd | |
parent | ea031be2dfb76b326bf0542d3d9b02fe254d4d76 (diff) | |
parent | e48d4197c1694404a2ecd8d7342edabe89825815 (diff) | |
download | podman-bf21ec8520bb429e9b1514422d9bc0b3426f4391.tar.gz podman-bf21ec8520bb429e9b1514422d9bc0b3426f4391.tar.bz2 podman-bf21ec8520bb429e9b1514422d9bc0b3426f4391.zip |
Merge pull request #2565 from edsantiago/healthcheck_run_usage_fix
Yet another seemingly minor tweak to usage message
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/healthcheck_run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/healthcheck_run.go b/cmd/podman/healthcheck_run.go index a91f87146..d92b2ac01 100644 --- a/cmd/podman/healthcheck_run.go +++ b/cmd/podman/healthcheck_run.go @@ -13,7 +13,7 @@ var ( healthcheckRunCommand cliconfig.HealthCheckValues healthcheckRunDescription = "run the health check of a container" _healthcheckrunCommand = &cobra.Command{ - Use: "run CONTAINER", + Use: "run [flags] CONTAINER", Short: "run the health check of a container", Long: healthcheckRunDescription, Example: `podman healthcheck run mywebapp`, |