Merge pull request #22605 from flo-at/main

[CI:DOCS]Add missing option 'healthy' to output of `podman run --help`
This commit is contained in:
openshift-merge-bot[bot] 2024-05-06 13:54:00 +00:00 committed by GitHub
commit efcb1f8996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ func DefineCreateFlags(cmd *cobra.Command, cf *entities.ContainerCreateOptions,
createFlags.StringVar(
&cf.SdNotifyMode,
sdnotifyFlagName, cf.SdNotifyMode,
`control sd-notify behavior ("container"|"conmon"|"ignore")`,
`control sd-notify behavior ("container"|"conmon"|"healthy"|"ignore")`,
)
_ = cmd.RegisterFlagCompletionFunc(sdnotifyFlagName, AutocompleteSDNotify)