mirror of
https://github.com/containers/podman.git
synced 2025-06-25 12:20:42 +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
|
healthcheckRunCommand cliconfig.HealthCheckValues
|
||||||
healthcheckRunDescription = "run the health check of a container"
|
healthcheckRunDescription = "run the health check of a container"
|
||||||
_healthcheckrunCommand = &cobra.Command{
|
_healthcheckrunCommand = &cobra.Command{
|
||||||
Use: "run CONTAINER",
|
Use: "run [flags] CONTAINER",
|
||||||
Short: "run the health check of a container",
|
Short: "run the health check of a container",
|
||||||
Long: healthcheckRunDescription,
|
Long: healthcheckRunDescription,
|
||||||
Example: `podman healthcheck run mywebapp`,
|
Example: `podman healthcheck run mywebapp`,
|
||||||
|
Reference in New Issue
Block a user