mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +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(
|
||||
&cf.Annotation,
|
||||
annotationFlagName, []string{},
|
||||
"Add annotations to container (key:value)",
|
||||
"Add annotations to container (key=value)",
|
||||
)
|
||||
_ = cmd.RegisterFlagCompletionFunc(annotationFlagName, completion.AutocompleteNone)
|
||||
|
||||
|
Reference in New Issue
Block a user