Add missing option 'healthy' to output of `podman run --help`

Signed-off-by: Florian Wickert <FlorianWickert@gmail.com>
This commit is contained in:
Florian Wickert 2024-05-05 18:00:35 +02:00
parent 6ec2c0b43b
commit 1d1dba3843
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)