mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #2565 from edsantiago/healthcheck_run_usage_fix
Yet another seemingly minor tweak to usage message
This commit is contained in:
@ -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`,
|
||||
|
Reference in New Issue
Block a user