Merge pull request #2565 from edsantiago/healthcheck_run_usage_fix

Yet another seemingly minor tweak to usage message
This commit is contained in:
OpenShift Merge Robot
2019-03-07 06:30:51 -08:00
committed by GitHub

View File

@ -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`,