mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Merge pull request #13223 from Foxboron/morten/fix-annotation
create: Fix key=value annotation in the flag output
This commit is contained in:
@ -36,7 +36,7 @@ func DefineCreateFlags(cmd *cobra.Command, cf *entities.ContainerCreateOptions,
|
|||||||
createFlags.StringSliceVar(
|
createFlags.StringSliceVar(
|
||||||
&cf.Annotation,
|
&cf.Annotation,
|
||||||
annotationFlagName, []string{},
|
annotationFlagName, []string{},
|
||||||
"Add annotations to container (key:value)",
|
"Add annotations to container (key=value)",
|
||||||
)
|
)
|
||||||
_ = cmd.RegisterFlagCompletionFunc(annotationFlagName, completion.AutocompleteNone)
|
_ = cmd.RegisterFlagCompletionFunc(annotationFlagName, completion.AutocompleteNone)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user