mirror of
https://github.com/containers/podman.git
synced 2025-07-04 10:10:32 +08:00
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:
@ -418,7 +418,7 @@ func DefineCreateFlags(cmd *cobra.Command, cf *entities.ContainerCreateOptions,
|
|||||||
createFlags.StringVar(
|
createFlags.StringVar(
|
||||||
&cf.SdNotifyMode,
|
&cf.SdNotifyMode,
|
||||||
sdnotifyFlagName, cf.SdNotifyMode,
|
sdnotifyFlagName, cf.SdNotifyMode,
|
||||||
`control sd-notify behavior ("container"|"conmon"|"ignore")`,
|
`control sd-notify behavior ("container"|"conmon"|"healthy"|"ignore")`,
|
||||||
)
|
)
|
||||||
_ = cmd.RegisterFlagCompletionFunc(sdnotifyFlagName, AutocompleteSDNotify)
|
_ = cmd.RegisterFlagCompletionFunc(sdnotifyFlagName, AutocompleteSDNotify)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user